]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GMathDelim.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GMathDelim.h
index 1f0a127db3fbb18258c93ca53892be7df26a0f6d..80928c2f21e0a11c942bcdaa54c234eecad5f9e6 100644 (file)
 #define GMATH_DELIM_H
 
 #include "GViewBase.h"
-#include "support/lstrings.h"
 #include "GXpmBtnTbl.h"
 
+#include "support/lstrings.h"
+
+namespace lyx {
+namespace frontend {
+
 class ControlMath;
 
-class GMathDelim : public GViewCB<ControlMath, GViewGladeB>
-{
+class GMathDelim : public GViewCB<ControlMath, GViewGladeB> {
 public:
        GMathDelim(Dialog & parent);
 private:
@@ -42,4 +45,7 @@ private:
        int rightSel_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif