]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GText.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GText.h
index bbbc88436ea68b0ea7335af187ed3b2b639410fe..b2ab630764c01a9d26922d82acc33bde27d4f4fb 100644 (file)
 
 #include "GViewBase.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlCommand;
 
-class GText : public GViewCB<ControlCommand, GViewGladeB>
-{
+class GText : public GViewCB<ControlCommand, GViewGladeB> {
 public:
        GText(Dialog & parent, std::string const & title, std::string const & label);
 private:
@@ -29,4 +31,7 @@ private:
        Gtk::Entry * entry_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif