X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finset.h;h=a6f6a05a1b4eee6822098524aa0bf22c7bb17ddd;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=e7f4ea68f679a9c6aab330145dc63d010fdfb1a4;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/insets/inset.h b/src/insets/inset.h index e7f4ea68f6..a6f6a05a1b 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -30,7 +30,7 @@ public: /// enum { /// - TEXT_TO_INSET_OFFSET = 2 + TEXT_TO_INSET_OFFSET = 4 }; /// @@ -56,8 +56,6 @@ public: protected: /// InsetOld(InsetOld const & in); - /// - mutable Dimension dim_; private: InsetOld & operator=(InsetOld const &) const;