Disable assigment operator

Forgot that in cea2d71e64
This commit is contained in:
Georg Baum 2015-10-11 12:04:43 +02:00
parent cea2d71e64
commit 15a5e0f793

View File

@ -96,6 +96,9 @@ class RenderBase;
///
class InsetExternal : public Inset, public boost::signals::trackable
{
// Disable assignment operator, since it is not used, and it is too
// complicated to implement it consistently with the copy constructor
InsetExternal & operator=(InsetExternal const &);
public:
InsetExternal(Buffer *);
///