]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.C
hopefully fix tex2lyx linking.
[lyx.git] / src / frontends / Dialogs.C
index 6a228c99da866f99cf83e679ef3df13b62482cfd..d09b59120dae7e4c434663cc037182c3870a2777 100644 (file)
@@ -22,6 +22,9 @@
 #include <boost/bind.hpp>
 
 
+namespace lyx {
+
+
 using std::string;
 using lyx::frontend::Dialog;
 
@@ -245,3 +248,6 @@ void Dialogs::checkStatus()
                        dialog->checkStatus();
        }
 }
+
+
+} // namespace lyx