From 36136efb78db574d2ae06ea3beaea60bee89c4f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 12 Nov 2007 22:35:43 +0000 Subject: [PATCH] de-boostification git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21561 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/frontends/LyXView.h b/src/frontends/LyXView.h index 433074a958..58d461f5cc 100644 --- a/src/frontends/LyXView.h +++ b/src/frontends/LyXView.h @@ -17,8 +17,6 @@ #include "frontends/Delegates.h" #include "support/docstring.h" -#include - #include namespace lyx { @@ -51,8 +49,8 @@ class WorkArea; * Additionally we would like to support multiple views * in a single LyXView. */ -class LyXView : boost::noncopyable, - public GuiBufferViewDelegate, public GuiBufferDelegate +class LyXView + : public GuiBufferViewDelegate, public GuiBufferDelegate { public: /// @@ -196,6 +194,10 @@ public: void disconnectBuffer(); private: + /// noncopyable + LyXView(LyXView const &); + void operator=(LyXView const &); + /// called on timeout void autoSave(); -- 2.39.2