diff --git a/vcg/complex/algorithms/create/mc_trivial_walker.h b/vcg/complex/algorithms/create/mc_trivial_walker.h index b7993e85..a598051d 100644 --- a/vcg/complex/algorithms/create/mc_trivial_walker.h +++ b/vcg/complex/algorithms/create/mc_trivial_walker.h @@ -29,7 +29,7 @@ namespace vcg { // just an example of the interface that the trivial walker expects template -class SimpleVolume : public BasicGrid +class SimpleVolume : public BasicGrid { public: typedef VOX_TYPE VoxelType;