mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
cea2d71e64
commit
15a5e0f793
@ -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 *);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user