]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GViewBase.h
It compiles again. I must be crazy. At least it does not run but segfaults
[lyx.git] / src / frontends / gtk / GViewBase.h
index 00b42dab72dc9f312b3abb431bbbee5ac17e4119..764b1d36baf93ca99598a166e207b090eb57aaa3 100644 (file)
@@ -26,7 +26,7 @@ namespace frontend {
 
 class GViewBase : public Dialog::View, public sigc::trackable {
 public:
-       GViewBase(Dialog &, std::string const &, bool allowResize);
+       GViewBase(Dialog &, lyx::docstring const &, bool allowResize);
        virtual ~GViewBase();
        void setCancel(Gtk::Button * cancel);
        void setApply(Gtk::Button * apply);