diff options
author | David Robillard <d@drobilla.net> | 2008-10-14 16:42:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-14 16:42:19 +0000 |
commit | f1bdb3ff3f43f53eedd5521df01985f8d61aafc5 (patch) | |
tree | c591f308640ed419802f47451ccef66085b7e2da /src | |
parent | cab30fde0b7aef21538ca3dd7dbba9e5cd0ac5da (diff) | |
download | raul-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.cpp | 2 |
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) { } |