From cdcebcb4668a93b3736a06dba330c1e364cc84a1 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 7 May 2019 08:05:34 -0700 Subject: [PATCH] fix visibility macro --- test/test_library.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_library.cpp b/test/test_library.cpp index 56df718..66f4596 100644 --- a/test/test_library.cpp +++ b/test/test_library.cpp @@ -21,7 +21,7 @@ namespace test_library { -RCPPUTILS_PUBLIC +RCPPUTILS_EXPORT int add_one(int x) { return x + 1;