]> git.lyx.org Git - lyx.git/blobdiff - src/support/Path.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / support / Path.h
index 31c63f686b4057a8e981c6aeb169110f638f57a9..d61a47a0f394fde1111b65565dc6368d1019780f 100644 (file)
@@ -53,14 +53,10 @@ private:
 };
 
 // To avoid the wrong usage:
-// Path("/tmp");   // wrong
-// Path p("/tmp");  // right
+// PathChanger("/tmp");   // wrong
+// PathChanger p("/tmp");  // right
 // we add this macro:
-///
-// With boost 1.34 this is not usable anymore
-//#ifndef PATH_C
-//#define Path(x) unnamed_Path;
-//#endif
+#define PathChanger(x) unnamed_PathChanger;
 // Tip gotten from Bobby Schmidt's column in C/C++ Users Journal
 
 } // namespace support