From 2d0f699e5ddaab31e936d3c76cbc59cef487987d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 21:33:59 +0000 Subject: Lower glib/glibmm dependency to 2.14. Fix optional parameters all over the palce because waf is retarded and sets failed check variables to ##some#stupid#name#like#this instead of false. Portability fixes (Ingen (except GUI) and all dependencies builds on OSX). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1681 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Buffer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/Buffer.hpp') diff --git a/src/engine/Buffer.hpp b/src/engine/Buffer.hpp index e0dd0ba2..254cf009 100644 --- a/src/engine/Buffer.hpp +++ b/src/engine/Buffer.hpp @@ -36,6 +36,8 @@ public: , _size(size) , _joined_buf(NULL) {} + + virtual ~Buffer() {} static Buffer* create(Shared::DataType type, size_t size); -- cgit v1.2.1