Skip to content

Commit c8b4ee8

Browse files
committed
Updated header
1 parent 66d7552 commit c8b4ee8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/lsp-plug.in/r3d/factory.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
#include <lsp-plug.in/r3d/version.h>
1313
#include <lsp-plug.in/r3d/types.h>
1414

15+
#define LSP_R3D_FACTORY_FUNCTION_NAME "lsp_r3d_factory"
16+
#define LSP_R3D_FACTORY_FUNCTION_HEADER LSP_CSYMBOL_EXPORT ::lsp::r3d::factory_t *lsp_r3d_factory()
17+
1518
namespace lsp
1619
{
1720
namespace r3d

include/lsp-plug.in/r3d/types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include <lsp-plug.in/r3d/version.h>
1212
#include <lsp-plug.in/common/types.h>
1313

14-
#define LSP_R3D_FACTORY_FUNCTION_NAME "lsp_r3d_factory"
15-
1614
namespace lsp
1715
{
1816
namespace r3d

0 commit comments

Comments
 (0)