aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/Template/Plugin.h
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-03-27 15:35:28 +0100
committerHarald Eilertsen <haraldei@anduin.net>2021-03-27 16:06:07 +0100
commit14c689313ce8e5247f279cc6d7352f04cd843217 (patch)
tree2279ae8eb9434dd802bab1c4aec8f7fb3c04e0ee /plugins/LV2/Template/Plugin.h
parent80eadbb0a673da090073b727ee113d2d0c76a7eb (diff)
downloadairwindows-lv2-port-14c689313ce8e5247f279cc6d7352f04cd843217.tar.gz
airwindows-lv2-port-14c689313ce8e5247f279cc6d7352f04cd843217.tar.bz2
airwindows-lv2-port-14c689313ce8e5247f279cc6d7352f04cd843217.zip
LV2/makeplugin: Get variable decls from plugin header.
Diffstat (limited to 'plugins/LV2/Template/Plugin.h')
-rw-r--r--plugins/LV2/Template/Plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/LV2/Template/Plugin.h b/plugins/LV2/Template/Plugin.h
index 7569955..3d17d0f 100644
--- a/plugins/LV2/Template/Plugin.h
+++ b/plugins/LV2/Template/Plugin.h
@@ -22,6 +22,7 @@ private:
/*
* Members needed by the processing functions.
*/
+ @VARDECLS@
};
#endif