]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / lyx_gui.h
index 17dedf9edfff9364e543fb412fb4f269943d8539..ef2b6ef93b03453930597a9264efe84578a989c9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef LYX_GUI_H
 #define LYX_GUI_H
 
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 #ifdef __GNUG__
 #pragma interface
@@ -28,7 +28,7 @@ class Buffer;
    have not clearly figured out how this class is going to be, suggestions
    are welcome. (Lgb)
 */
-class LyXGUI : public noncopyable {
+class LyXGUI : boost::noncopyable {
 public:
        /** The only constructor allowed.
            If gui is false, LyX will operate in non-X mode