X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinclude.h;h=e713fb8f02d0fa6cd8fb57d29c01e089740fe2e5;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=954edbd8ffc9d4b4aaf97c3eedca5cc80ce3d353;hpb=fa492d6bf09db7f1c278687e0000ad1c4833af3d;p=lyx.git diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 954edbd8ff..e713fb8f02 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -54,24 +54,20 @@ public: return IS_EDITABLE; } /// With lyx3 we won't overload these 3 methods - void Write(ostream &) const; + void Write(std::ostream &) const; /// void Read(LyXLex &); /// - int Latex(ostream &, signed char fragile, bool free_spc) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// void Validate(LaTeXFeatures &) const; /// Input inserts anything inside a paragraph, Display can give some visual feedback - bool display() const { return !(isInput()); } + bool display() const; /// string getScreenLabel() const; /// - void setContents(string const & c) { - InsetCommand::setContents(c); - filename = MakeAbsPath(contents, - OnlyPath(getMasterFilename())); - } + void setContents(string const & c); /// void setFilename(string const & n) { setContents(n); } ///