Fixed compilation of refcount-zero in headers with other compilers, my VS was silent...

This commit is contained in:
Marc Gilleron 2016-10-14 00:16:46 +02:00
parent ae5640b023
commit 507ff7eda5

View File

@ -6,8 +6,7 @@
#include <scene/resources/surface_tool.h>
#include "voxel.h"
#include "voxel_buffer.h"
class VoxelLibrary;
#include "voxel_library.h"
class VoxelMesher : public Reference {
OBJ_TYPE(VoxelMesher, Reference);