]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / layout.h
index 789f9ca098d14a43040bb1db9ee60008b0a61315..723401e81bbdce9bc39ac49cf3b33d4ec71d8d2c 100644 (file)
@@ -21,7 +21,7 @@
 #include "lyxlex.h"
 #include "lyxfont.h"
 #include "Spacing.h"
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 /// Reads the style files
 extern void LyXSetStyle();
@@ -210,7 +210,7 @@ public:
        ///
        string const & name() const { return name_; }
        ///
-       void name(string const & n) { name_ = n; }
+       void setName(string const & n) { name_ = n; }
        ///
        string const & obsoleted_by() const { return obsoleted_by_; }
        ///