summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-14 16:42:19 +0000
committerDavid Robillard <d@drobilla.net>2008-10-14 16:42:19 +0000
commitf1bdb3ff3f43f53eedd5521df01985f8d61aafc5 (patch)
treec591f308640ed419802f47451ccef66085b7e2da /src
parentcab30fde0b7aef21538ca3dd7dbba9e5cd0ac5da (diff)
downloadraul-f1bdb3ff3f43f53eedd5521df01985f8d61aafc5.tar.gz
raul-f1bdb3ff3f43f53eedd5521df01985f8d61aafc5.tar.bz2
raul-f1bdb3ff3f43f53eedd5521df01985f8d61aafc5.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/Maid.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{
}