]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Capitalize labels of floats, etc. Fixes #11993.
[lyx.git] / src / tex2lyx / Preamble.h
index 92d3694cd47b68bc200709c0b5a2d1eee885f763..5287f53d8a7d8b5330a868d2e5e9fabdf12e4bf3 100644 (file)
@@ -96,7 +96,7 @@ public:
        /// Get author named \p name (must be registered first)
        Author const & getAuthor(std::string const & name) const;
        /// Set text class
-       void setTextClass(std::string const tclass, TeX2LyXDocClass & tc);
+       void setTextClass(std::string const tclass, TeX2LyXDocClass & tc);
        /// Get number of arguments of special table column type \c or -1
        /// if no column type \p c exists
        int getSpecialTableColumnArguments(char c) const;