Cycles: Fix strict -Wpedantic warnings with GCC

Patch by Stefan Werner, thanks!
This commit is contained in:
Sergey Sharybin
2017-03-06 14:16:45 +01:00
parent b498db06eb
commit 0e995e0bfe
9 changed files with 13 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ struct PackedPatchTable;
class Mesh : public Node {
public:
NODE_DECLARE;
NODE_DECLARE
/* Mesh Triangle */
struct Triangle {