]> git.lyx.org Git - features.git/blobdiff - src/lyxtextclasslist.h
* Change several freestanding and class methods with first letter
[features.git] / src / lyxtextclasslist.h
index 978eb2afbe9640f5944fc361af20303eaa2d0244..80ac1de17b00371a037a039d0cf65abdd8d0437c 100644 (file)
@@ -40,13 +40,13 @@ public:
 
        /// Gets textclass number from name, -1 if textclass name does not exist
        std::pair<bool, lyx::textclass_type> const
-       NumberOfClass(std::string const & textclass) const;
+       numberOfClass(std::string const & textclass) const;
 
        ///
        LyXTextClass const & operator[](lyx::textclass_type textclass) const;
 
        /// Read textclass list.  Returns false if this fails.
-       bool Read();
+       bool read();
 private:
        ///
        mutable ClassList classlist_;