]> git.lyx.org Git - features.git/blobdiff - src/support/unicode.h
remove the constness of the two code strings because this does not pass boost_concept...
[features.git] / src / support / unicode.h
index 055dd7029df8878bbfd21b35b18967f6eddc4a25..d0cd8372ac3cba09b60f4935afd34621e3f4e2e1 100644 (file)
@@ -41,8 +41,8 @@ private:
        /// \return true if the processor is ready to use.
        bool init();
 
-       std::string const tocode_;
-       std::string const fromcode_;
+       std::string tocode_;
+       std::string fromcode_;
 
        struct Private;
        Private * pimpl_;