]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / lyxlex.h
index cc13fbd93585ebe91f389b45f2b9a430d8f1e533..dc16b52b1a7a7a19c3f1764d72dbb123e70c02fa 100644 (file)
@@ -96,7 +96,7 @@ public:
        ///
        bool getBool() const;
        ///
-       float getFloat() const;
+       double getFloat() const;
        ///
        std::string const getString() const;
 
@@ -131,8 +131,6 @@ public:
 
        /// extract string
        LyXLex & operator>>(std::string &);
-       /// extract float
-       LyXLex & operator>>(float &);
        /// extract double
        LyXLex & operator>>(double &);
        /// extract integer