Skip to content

Commit 97fecd8

Browse files
committed
Syntax update
1 parent 23146fb commit 97fecd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace lsp
5656
*/
5757
#define BUILTIN_FACTORY(symbol, factory) \
5858
LSP_SYMBOL_HIDDEN \
59-
::lsp::r3d::Factory symbol(factory)
59+
::lsp::r3d::Factory symbol(factory);
6060
}
6161
}
6262

0 commit comments

Comments
 (0)