]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / LyXAction.h
index 4d66c0f76b593ea6c0cba96dafe6022a75b7a539..4411b16269cac11da73ca67dd286ac563787e4bc 100644 (file)
@@ -20,6 +20,9 @@
 #include <map>
 #include <string>
 
+
+namespace lyx {
+
 class FuncRequest;
 
 /**
@@ -103,4 +106,7 @@ private:
 /// singleton instance
 extern LyXAction lyxaction;
 
+
+} // namespace lyx
+
 #endif // LYXACTION_H