Skip to content

Commit

Permalink
fix visibility macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored May 7, 2019
1 parent ce50d37 commit cdcebcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace test_library
{

RCPPUTILS_PUBLIC
RCPPUTILS_EXPORT
int add_one(int x)
{
return x + 1;
Expand Down

0 comments on commit cdcebcb

Please sign in to comment.