]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GViewBase.h
partial compile fix
[lyx.git] / src / frontends / gtk / GViewBase.h
index bfa05ae4c76db60abed719ee183fffafa3a2f3b0..00b42dab72dc9f312b3abb431bbbee5ac17e4119 100644 (file)
@@ -32,7 +32,7 @@ public:
        void setApply(Gtk::Button * apply);
        void setOK(Gtk::Button * ok);
        void setRestore(Gtk::Button * restore);
-       void setTitle(lyx::doctring const &);
+       void setTitle(lyx::docstring const &);
        bool readOnly() const;
 protected:
        // Build the dialog
@@ -90,7 +90,7 @@ const Gtk::Window * GViewDB<Dialog>::window() const
 
 class GViewGladeB : public GViewBase {
 protected:
-       GViewGladeB(Dialog & parent, std::string const & t, bool allowResize);
+       GViewGladeB(Dialog & parent, lyx::docstring const & t, bool allowResize);
        virtual Gtk::Window const * window() const;
        virtual Gtk::Window * window();
        Glib::RefPtr<Gnome::Glade::Xml> xml_;