From 5e23e5e5f5369045c2893f3e57a0f60066366c5f Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 14 Feb 2015 18:33:41 -0500 Subject: first attempt at fixing visibility for C++ as well as re-arraning the CMakeLists.txt for each of the libs. --- src/libical/icalparameter_cxx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/libical/icalparameter_cxx.h (limited to 'src/libical/icalparameter_cxx.h') diff --git a/src/libical/icalparameter_cxx.h b/src/libical/icalparameter_cxx.h old mode 100644 new mode 100755 index b80f10ec..1a3187d4 --- a/src/libical/icalparameter_cxx.h +++ b/src/libical/icalparameter_cxx.h @@ -20,6 +20,8 @@ #ifndef ICALPARAMETER_CXX_H #define ICALPARAMETER_CXX_H +#include "libical_ical_export.h" + extern "C" { #include }; @@ -27,7 +29,7 @@ extern "C" { typedef char *string; // Will use the string library from STL -class ICalParameter +class LIBICAL_ICAL_EXPORT ICalParameter { public: ICalParameter() throw(icalerrorenum); -- cgit v1.2.1