]> git.lyx.org Git - features.git/blobdiff - src/support/FileInfo.h
introduce namespace lyx::support
[features.git] / src / support / FileInfo.h
index 9babae989f821b56311741d97c62059ac94b4462..39551567a56773d2d796d9475c556ccbaad6b87f 100644 (file)
@@ -20,6 +20,9 @@
 #include <boost/utility.hpp>
 #include "LString.h"
 
+namespace lyx {
+namespace support {
+
 /** Use objects of this class to get information about files.
  *
  * Users must make sure to check fi.isOK() before any operations
@@ -135,4 +138,7 @@ private:
        string fname_;
 };
 
+} // namespace support
+} // namespace lyx
+
 #endif