]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetCommand.h
index ae6fc3ec05da3f75675f88df881ab9831da62808..1be72a8ec856db9c0e55c221dd2d9e1b6d1c1868 100644 (file)
@@ -39,6 +39,8 @@ public:
        ///
        InsetCommand(InsetCommand const & rhs);
        ///
+       InsetCommand & operator=(InsetCommand const & rhs);
+       ///
        virtual ~InsetCommand();
        ///
        InsetCommand * asInsetCommand() { return this; }