]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
Minor code shuffle.
[lyx.git] / src / layout.h
index 723401e81bbdce9bc39ac49cf3b33d4ec71d8d2c..6ef20a9934545ebf48b676e772723fe51720f885 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -547,7 +547,7 @@ std::ostream & operator<<(std::ostream & os, LyXTextClass::PageSides p);
 
 
 ///
-class LyXTextClassList : public noncopyable {
+class LyXTextClassList : boost::noncopyable {
 public:
        ///
        typedef std::vector<LyXTextClass> ClassList;