]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetQuotes.h
Inset::textString --> Inset::tocString
[features.git] / src / insets / InsetQuotes.h
index 18442fc7945cd0b4ff26f637734bb7505ac67e21..feb162b06d1ee5a404cc021f893fbec3f6158d63 100644 (file)
@@ -85,7 +85,7 @@ public:
        int docbook(odocstream &, OutputParams const &) const;
 
        /// the string that is passed to the TOC
-       void textString(odocstream &) const;
+       void tocString(odocstream &) const;
 
        ///
        void validate(LaTeXFeatures &) const;