VS2015 build fix
This commit is contained in:
committed by
Robert Osfield
parent
66a1e564d7
commit
e8f103afc9
@@ -77,11 +77,9 @@ class Operation : virtual public Referenced
|
||||
protected:
|
||||
|
||||
Operation():
|
||||
Referenced(true),
|
||||
_keep(false) {}
|
||||
|
||||
Operation(const Operation& op):
|
||||
Referenced(true),
|
||||
_name(op._name),
|
||||
_keep(op._keep) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user