]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.C
more dialog merging
[lyx.git] / src / FuncStatus.C
index 5961ec27c00b9568135c6c59c9849b0ed04dc41a..530b8e893a04c0bd35710b699ca7e88d755890b9 100644 (file)
 
 #include "FuncStatus.h"
 
-using lyx::docstring;
 
-FuncStatus::FuncStatus() : v_(OK)
+namespace lyx {
+
+FuncStatus::FuncStatus()
+       : v_(OK)
 {
 }
 
@@ -90,3 +92,6 @@ docstring const & FuncStatus::message() const
 {
        return message_;
 }
+
+
+} // namespace lyx