]> git.lyx.org Git - lyx.git/blobdiff - src/Section.cpp
Fix compilation on win
[lyx.git] / src / Section.cpp
index ed8db6ceccf43d20b731b25621262b6c05a2d557..2ec968e8e624c7a58648410a40b769ab7bcccfb0 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include "Section.h"
 
+using namespace std;
 
 namespace lyx {
 
-using std::string;
 
 string const & Section::name() const
 {
@@ -47,7 +47,7 @@ string const & Section::afterskip() const
 }
 
 
-LyXFont const & Section::style() const
+Font const & Section::style() const
 {
        return style_;
 }