]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
PDFOptions.cpp: set all string containing options to \hypersetup
[lyx.git] / src / LyXAction.h
index 4d66c0f76b593ea6c0cba96dafe6022a75b7a539..87254b53c5f0d41171696204ceca5b5cbdb927b8 100644 (file)
 
 #include "lfuns.h"
 
-#include <boost/utility.hpp>
+#include <boost/noncopyable.hpp>
 
 #include <map>
 #include <string>
 
+
+namespace lyx {
+
 class FuncRequest;
 
 /**
@@ -103,4 +106,7 @@ private:
 /// singleton instance
 extern LyXAction lyxaction;
 
+
+} // namespace lyx
+
 #endif // LYXACTION_H