]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GAboutlyx.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GAboutlyx.h
index adb852aa8254c8602c9628f2f9f3e39bbb894d44..22166f8cbb8acc0b282745439ad48f43830367d3 100644 (file)
 
 #include "GViewBase.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlAboutlyx;
 
-class GAboutlyx : public GViewCB<ControlAboutlyx, GViewGladeB>
-{
+class GAboutlyx : public GViewCB<ControlAboutlyx, GViewGladeB> {
 public:
        GAboutlyx(Dialog &);
 private:
@@ -26,4 +28,7 @@ private:
        virtual void doBuild();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif