Fix undefined symbols for ccl::Node with some compilers and build options
Differential Revision: https://developer.blender.org/D5590
This commit is contained in:

committed by
Brecht Van Lommel

parent
9169d40175
commit
ee2bed7947
@@ -33,7 +33,7 @@ struct Transform;
|
|||||||
|
|
||||||
struct Node {
|
struct Node {
|
||||||
explicit Node(const NodeType *type, ustring name = ustring());
|
explicit Node(const NodeType *type, ustring name = ustring());
|
||||||
virtual ~Node();
|
virtual ~Node() = 0;
|
||||||
|
|
||||||
/* set values */
|
/* set values */
|
||||||
void set(const SocketType &input, bool value);
|
void set(const SocketType &input, bool value);
|
||||||
|
Reference in New Issue
Block a user