]> git.lyx.org Git - features.git/commitdiff
inherit privately from noncopyable
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Apr 2001 14:00:20 +0000 (14:00 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 17 Apr 2001 14:00:20 +0000 (14:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1926 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lastfiles.h
src/layout.h
src/lyx_gui.h
src/lyx_main.h
src/lyxlex.h
src/lyxlex_pimpl.h

index 694065dae4131f47dbfaeae51eb53f84a30e44f3..6e0805f9b77b5a6f7b0b6ff9a4c9577350a2ac98 100644 (file)
@@ -1,5 +1,12 @@
 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
+       * lastfiles.h: inherit privately from noncopyable
+       * layout.h: ditto
+       * lyx_gui.h: ditto
+       * lyx_main.h: ditto
+       * lyxlex.h: ditto
+       * lyxlex_pimpl.h: ditto
+
        * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
        LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
        LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
index 2161903da4b8ca9cdabe5836918b3c94e5c93492..31f57e73f95adde7661bdd32c70143d6b72cebbb 100644 (file)
@@ -27,7 +27,7 @@
     kept are user defined, but defaults to four.
     @author Lars Gullik Bjønnes
 */
-class LastFiles : public boost::noncopyable {
+class LastFiles : boost::noncopyable {
 public:
        ///
        typedef std::deque<string> Files;
index 9cfe9098e6a95e16898c013bff17e4050a4619b1..cfa8836e60ec28e0acb1a91806d033adfd9875f6 100644 (file)
@@ -547,7 +547,7 @@ std::ostream & operator<<(std::ostream & os, LyXTextClass::PageSides p);
 
 
 ///
-class LyXTextClassList : public boost::noncopyable {
+class LyXTextClassList : boost::noncopyable {
 public:
        ///
        typedef std::vector<LyXTextClass> ClassList;
index 6068dd3c407256e3c41bd13c3a226e40f37eb909..ef2b6ef93b03453930597a9264efe84578a989c9 100644 (file)
@@ -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 boost::noncopyable {
+class LyXGUI : boost::noncopyable {
 public:
        /** The only constructor allowed.
            If gui is false, LyX will operate in non-X mode
index 5445d944d8d8d7b5993b8ccccd8e47b744dec8e2..087b8fb0432e26a959fa7cd22e23bfebe0f452d0 100644 (file)
@@ -44,7 +44,7 @@ extern LastFiles * lastfiles; /* we should hopefully be able to move this
 /**
   This is the main LyX object it encapsulates most of the other objects.
 */
-class LyX : public boost::noncopyable {
+class LyX : boost::noncopyable {
 public:
        /// the only allowed constructor
        LyX(int * argc, char * argv[]); // constructor
index c65b24724b908711946090b2d8aa2fd39b151d5a..f02ad544747a60e924c2b551300a89e0f8c978dc 100644 (file)
@@ -29,7 +29,7 @@ struct keyword_item {
     texclass and others to come.
     @see lyxrc.C for an example of usage.
   */
-class LyXLex : public boost::noncopyable { 
+class LyXLex : boost::noncopyable { 
 public:
        ///
        LyXLex (keyword_item *, int);
index 996c9acd3f18b83445704faca6dc4d10d7b76c9a..ae7cbf7fd9faf31b6d30fee58cfdeca2c2050b39 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 ///
-struct LyXLex::Pimpl : public boost::noncopyable {
+struct LyXLex::Pimpl : boost::noncopyable {
        ///
        enum {
                ///