]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
use anon namespace, somewhat better comp. handling of minipages, not quite there yet
[lyx.git] / src / graphics / GraphicsCache.h
index 240157992b7d0ea161a2c1364dd3f0a2cb7f01d0..37eb8d1f08e769c8e54e3eeaa61c1865b1680797 100644 (file)
@@ -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 noncopyable {
+class GraphicsCache : public boost::noncopyable {
 public:
        /// Get the instance of the class.
        static GraphicsCache & getInstance();