]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GPrint.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GPrint.h
index de78f03e578ffcf4470bcf9fff69085c9549e4cb..2b954399c5722ce3bb5777066add563a61c0e013 100644 (file)
 #ifndef GPRINT_H
 #define GPRINT_H
 
-#include "support/std_string.h"
 #include "GViewBase.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlPrint;
 
-class GPrint : public GViewCB<ControlPrint, GViewGladeB>
-{
+class GPrint : public GViewCB<ControlPrint, GViewGladeB> {
 public:
-       GPrint(Dialog & parent, string title = "Print Document");
+       GPrint(Dialog & parent, std::string const & title = "Print Document");
 private:
        virtual void apply();
        virtual void update();
@@ -45,5 +46,7 @@ private:
        Gtk::Entry * toEntry_;
 };
 
-#endif
+} // namespace frontend
+} // namespace lyx
 
+#endif