VS2015 build fix

This commit is contained in:
Björn Blissing
2016-06-03 17:22:28 +01:00
committed by Robert Osfield
parent 66a1e564d7
commit e8f103afc9

View File

@@ -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) {}