]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GView.h
make it compile again
[lyx.git] / src / frontends / gtk / GView.h
index e22204903690da2e223feda70472b5877985a389..655cdb4646b4cf99424d900efe6623f2a480deaf 100644 (file)
@@ -35,14 +35,14 @@ public:
                Center
        };
 
-       GView(Gui & owner);
+       GView();
        ~GView();
 
        Gtk::Box & getBox(Position pos);
 
        virtual void prohibitInput() const;
        virtual void allowInput() const;
-       virtual void message(std::string const &);
+       virtual void message(lyx::docstring const &);
 
        bool on_delete_event(GdkEventAny * event);
        void focusWorkArea() { workArea_->grab_focus(); }
@@ -64,7 +64,7 @@ public:
 
 private:
        bool onFocusIn(GdkEventFocus * event);
-       virtual void setWindowTitle(std::string const & t, std::string const & it);
+       virtual void setWindowTitle(lyx::docstring const & t, lyx::docstring const & it);
 
        // The top-most box containing all other boxes.
        Gtk::VBox top_box_;