X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTrans.h;h=a3eb93c2c1cfb4c135628f302cf42bb060816c13;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=92cad9b0dcde38272effea467e4f1a80f4d4aafd;hpb=897436efbb9bd641b61467d185a2dfae9839e575;p=lyx.git diff --git a/src/Trans.h b/src/Trans.h index 92cad9b0dc..a3eb93c2c1 100644 --- a/src/Trans.h +++ b/src/Trans.h @@ -17,8 +17,6 @@ #include "lfuns.h" #include "support/docstring.h" -#include - #include #include @@ -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 &);