Fix undefined symbols for ccl::Node with some compilers and build options

Differential Revision: https://developer.blender.org/D5590
This commit is contained in:
Alex Fuller
2019-08-27 12:33:09 +02:00
committed by Brecht Van Lommel
parent 9169d40175
commit ee2bed7947

View File

@@ -33,7 +33,7 @@ struct Transform;
struct Node {
explicit Node(const NodeType *type, ustring name = ustring());
virtual ~Node();
virtual ~Node() = 0;
/* set values */
void set(const SocketType &input, bool value);