]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetInclude.h
index ce93c7104c0eb321eec2f4e2f2ae789ad788933c..78d308008ce4d0f5ad233400112b78978ba7fdcf 100644 (file)
@@ -35,6 +35,10 @@ namespace support {
 
 /// for including tex/lyx files
 class InsetInclude : public InsetCommand {
+       // Disable assignment operator, since it is not used, and cannot be
+       // implemented consistently with the copy constructor, because
+       // include_label is const.
+       InsetInclude & operator=(InsetInclude const &);
 public:
        ///
        InsetInclude(Buffer * buf, InsetCommandParams const &);