]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocModel.h
Amend f441590c
[lyx.git] / src / frontends / qt4 / TocModel.h
index 6b4315b36bdbb538a81bf0b1c2f9e75e9379d40d..4d4d442719bb86d8fef5c7e7141e5fbd48cdfc67 100644 (file)
@@ -34,6 +34,9 @@ class TocTypeModel;
 /// There is one TocModel per list in the TocBackend.
 class TocModel
 {
+       /// noncopyable
+       TocModel(TocModel const &);
+       void operator=(TocModel const &);
 public:
        ///
        TocModel(QObject * parent);