Skip to content

Commit cdcebcb

Browse files
authored
fix visibility macro
1 parent ce50d37 commit cdcebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
namespace test_library
2222
{
2323

24-
RCPPUTILS_PUBLIC
24+
RCPPUTILS_EXPORT
2525
int add_one(int x)
2626
{
2727
return x + 1;

0 commit comments

Comments
 (0)