]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
remove more forms.h cruft
[lyx.git] / src / graphics / GraphicsCache.h
index 37eb8d1f08e769c8e54e3eeaa61c1865b1680797..9272e58e490cd09b2033d359e8132afdb4da4244 100644 (file)
@@ -4,7 +4,7 @@
  * 
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  *          This file Copyright 2000 Baruch Even
  * ================================================= */
@@ -31,7 +31,7 @@ class GraphicsCacheItem;
     GraphicsCache is a singleton class, there should be only one instance of
     it at any moment.
 */
-class GraphicsCache : public boost::noncopyable {
+class GraphicsCache : boost::noncopyable {
 public:
        /// Get the instance of the class.
        static GraphicsCache & getInstance();