]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetcommand.h
index 857563903206a426993df57eecd680c5b54bc228..0dd010df7e26091fcac2941a69f56b0ecf041d65 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "insetbutton.h"
 #include <sigc++/signal_system.h>
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 #ifdef SIGC_CXX_NAMESPACES
 using SigC::Signal0;
@@ -58,7 +58,7 @@ public:
        ///
        string const & getContents() const { return contents; }
        ///
-       void setCmdName( string const & n ) { cmdname = n; }
+       void setCmdName( string const & n) { cmdname = n; }
        ///
        void setOptions(string const & o) { options = o; }
        ///