X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_gui.h;h=1690e44c9a03f7e580334afc1083350497eb80bd;hb=00d24ec87650e4ac7db77ad54cb4aa2f688100f3;hp=17dedf9edfff9364e543fb412fb4f269943d8539;hpb=797d87b4513088a66b17c7ac653b84e36ea80458;p=lyx.git diff --git a/src/lyx_gui.h b/src/lyx_gui.h index 17dedf9edf..1690e44c9a 100644 --- a/src/lyx_gui.h +++ b/src/lyx_gui.h @@ -5,14 +5,14 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ #ifndef LYX_GUI_H #define LYX_GUI_H -#include "support/utility.hpp" +#include #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