]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileInfo.h
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / FileInfo.h
index 8223c15c7d68199fbcc78ca4de6429c6198ed5f0..41063a9ba5b740c182027375b95fb002d8a83b9e 100644 (file)
@@ -26,7 +26,7 @@
 
 /** Use objects of this class to get information about files.
  */
-class FileInfo : public noncopyable {
+class FileInfo : public boost::noncopyable {
 public:
        ///
        FileInfo();