X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.h;h=a3eb93c2c1cfb4c135628f302cf42bb060816c13;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=ceb6536c0f260cdc21b031c040a97a1bab573956;hpb=a939474037f118987f48eacec2d5272761f22641;p=lyx.git diff --git a/src/Trans.h b/src/Trans.h index ceb6536c0f..a3eb93c2c1 100644 --- a/src/Trans.h +++ b/src/Trans.h @@ -17,8 +17,6 @@ #include "lfuns.h" #include "support/docstring.h" -#include - #include #include @@ -149,7 +147,7 @@ private: docstring const & match(char_type c); /// void insertException(KmodException & exclist, char_type c, - docstring const & data, bool = false, + docstring const & data, bool = false, tex_accent = TEX_NOACCENT); /// void freeException(KmodException & exclist); @@ -305,9 +303,9 @@ private: /// Trans * active_; /// - boost::scoped_ptr t1_; + Trans t1_; /// - boost::scoped_ptr t2_; + Trans t2_; /// static Trans default_; /// @@ -316,8 +314,6 @@ public: /// TransManager(); /// - ~TransManager(); - /// int setPrimary(std::string const &); /// int setSecondary(std::string const &);