diff options
Diffstat (limited to 'Examples/ocaml/shapes/example.c')
-rw-r--r-- | Examples/ocaml/shapes/example.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/ocaml/shapes/example.c b/Examples/ocaml/shapes/example.c index bf0fff937..26c1b8098 100644 --- a/Examples/ocaml/shapes/example.c +++ b/Examples/ocaml/shapes/example.c @@ -46,3 +46,5 @@ void draw_depth_map( volume *v, int div_x, int div_y ) { } double volume::depth( double x, double y ) { return 0.0; } + +volume::~volume() { } |