summaryrefslogtreecommitdiffstats
path: root/src/Maid.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
committerDavid Robillard <d@drobilla.net>2009-12-19 21:37:50 +0000
commit1243943529fde4d5ac5d242ec48b971e81499875 (patch)
tree70857b1009b8b2ef9f8b204f7f45fe3a82007316 /src/Maid.cpp
parent1072f6bf233939d6101856f6d87f664f34490746 (diff)
downloadraul-1243943529fde4d5ac5d242ec48b971e81499875.tar.gz
raul-1243943529fde4d5ac5d242ec48b971e81499875.tar.bz2
raul-1243943529fde4d5ac5d242ec48b971e81499875.zip
New ingen module (library, not e.g. LV2 plugin) design.
Much cleaner interface and general usage of Ingen as a library. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2314 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Maid.cpp')
-rw-r--r--src/Maid.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Maid.cpp b/src/Maid.cpp
index 43a817e..ab0e463 100644
--- a/src/Maid.cpp
+++ b/src/Maid.cpp
@@ -33,10 +33,9 @@ Maid::~Maid()
cleanup();
}
-/** Manage a SharedPtr.
- * NOT realtime safe.
+/** Manage a SharedPtr. NOT realtime safe.
*
- * @ptr is guaranteed to be deleted in the context that calls cleanup()
+ * @a ptr is guaranteed to be deleted in the context that calls cleanup()
*/
void
Maid::manage(SharedPtr<Raul::Deletable> ptr)