X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftrans_mgr.h;h=a9e45777eb364e0b5e26a37c0fb17054b6a696f6;hb=005545f28100fd30afa22313d6e3b1b67aa9a857;hp=083ef249142b21b4dff78379122003cbd4a67b49;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/trans_mgr.h b/src/trans_mgr.h index 083ef24914..a9e45777eb 100644 --- a/src/trans_mgr.h +++ b/src/trans_mgr.h @@ -17,6 +17,8 @@ #include "chset.h" #include "trans_decl.h" +#include + class LyXText; class Trans; @@ -137,9 +139,9 @@ private: /// Trans * active_; /// - Trans * t1_; + boost::scoped_ptr t1_; /// - Trans * t2_; + boost::scoped_ptr t2_; /// static Trans default_; /// @@ -152,7 +154,7 @@ public: /// TransManager(); /// - virtual ~TransManager(); + ~TransManager(); /// int SetPrimary(std::string const &); ///