summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-19 14:08:13 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 00:42:31 -0400
commit2b1513dc20d8c6a1d27c17d03d8bba98953ebfbc (patch)
tree52e42670217cf8ad7081c3913fc856a7c3b47269 /src/client
parent2f44d47ab3d06e106e034e1e66f5afc06ee75f89 (diff)
downloadingen-2b1513dc20d8c6a1d27c17d03d8bba98953ebfbc.tar.gz
ingen-2b1513dc20d8c6a1d27c17d03d8bba98953ebfbc.tar.bz2
ingen-2b1513dc20d8c6a1d27c17d03d8bba98953ebfbc.zip
Separate export macro definitions between modules
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ingen_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ingen_client.cpp b/src/client/ingen_client.cpp
index f4d6bbc7..63705ebc 100644
--- a/src/client/ingen_client.cpp
+++ b/src/client/ingen_client.cpp
@@ -31,7 +31,7 @@ struct ClientModule : public ingen::Module {
extern "C" {
-ingen::Module*
+INGEN_MODULE_EXPORT ingen::Module*
ingen_module_load()
{
return new ingen::client::ClientModule();