]> git.lyx.org Git - features.git/commitdiff
Move stuff around (again!)
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Feb 2013 16:14:29 +0000 (17:14 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Feb 2013 16:15:16 +0000 (17:15 +0100)
src/tex2lyx/Parser.h

index c6b7a72bb3d5d0b725593cb310ed8946ef2c84c0..5a4fc297e52645b29edfbef2b036d1796bed771d 100644 (file)
@@ -175,13 +175,6 @@ public:
         * re-reading. Useful when changing catcodes. */
        void deparse();
 
-       ///
-       CatCode catcode(char_type c) const;
-       ///
-       void setCatcode(char c, CatCode cat);
-       /// set parser to normal or verbatim mode
-       void setCatcodes(cat_type t);
-
        /// change the iconv encoding of the input stream
        /// according to the latex encoding and package
        void setEncoding(std::string const & encoding, int const & package);
@@ -190,6 +183,13 @@ public:
        /// get the current iconv encoding of the input stream
        std::string getEncoding() const { return encoding_iconv_; }
 
+       ///
+       CatCode catcode(char_type c) const;
+       ///
+       void setCatcode(char c, CatCode cat);
+       /// set parser to normal or verbatim mode
+       void setCatcodes(cat_type t);
+
        ///
        int lineno() const { return lineno_; }
        ///