From f1bdb3ff3f43f53eedd5521df01985f8d61aafc5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 14 Oct 2008 16:42:19 +0000 Subject: Yet another attempted fix for weird anal compilers of mysterious pedantry... git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1672 a436a847-0d15-0410-975c-d299462d15a1 --- src/Maid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Maid.cpp b/src/Maid.cpp index df1096f..107e393 100644 --- a/src/Maid.cpp +++ b/src/Maid.cpp @@ -22,7 +22,7 @@ namespace Raul { Maid::Maid(size_t size) -: _objects(size) + : _objects(size) { } -- cgit v1.2.1