]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Comments.
[lyx.git] / src / insets / InsetGraphics.h
index 9d40e78d33e1dd0eef38a74f1433d122617bbc53..408a3c1f33717890a0e47e611f45a25d46dbb40a 100644 (file)
@@ -72,7 +72,7 @@ private:
         #fragile == true# means, that the inset should take care about
         fragile commands by adding a #\protect# before.
         */
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -98,7 +98,7 @@ private:
        ///
        void addToToc(DocIterator const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        /// Force inset into LTR environment if surroundings are RTL
        bool forceLTR() const { return true; }
        ///