From kde-release-team Sat Dec 03 00:33:00 2011 From: Kevin Kofler Date: Sat, 03 Dec 2011 00:33:00 +0000 To: kde-release-team Subject: [rocs] src/Core/Modifiers: ValueModifier and Topology must be Message-Id: <20111203003300.4F251A60B9 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-release-team&m=132287248213418 Git commit ab1c9dd316464aaf679638132fce95d0f6ea331a by Kevin Kofler. Committed on 03/12/2011 at 00:29. Pushed by kkofler into branch 'master'. ValueModifier and Topology must be exported because they are used elsewhere. ValueModifier is used in the plugins, Topology is used in the actions. This bug was covered on GNU/Linux by the visibility flags getting overwritten (which I fixed with the previous commit). This is a compilation fix for targets which default to hidden visibility. CCMAIL: release-team@kde.org M +2 -1 src/Core/Modifiers/Topology.h M +2 -1 src/Core/Modifiers/ValueModifier.h http://commits.kde.org/rocs/ab1c9dd316464aaf679638132fce95d0f6ea331a diff --git a/src/Core/Modifiers/Topology.h b/src/Core/Modifiers/Topology.h index 1af2fc3..498862d 100644 --- a/src/Core/Modifiers/Topology.h +++ b/src/Core/Modifiers/Topology.h @@ -31,6 +31,7 @@ #include #include +#include "rocslib_export.h" #include "Rocs_Typedefs.h" /** \brief this class provides topology modifiers for data structures @@ -39,7 +40,7 @@ * make unique changes or connected to specific re-format signals to * apply a given topology after every change of the structure. */ -class Topology +class ROCSLIB_EXPORT Topology { typedef boost::adjacency_list > diff --git a/src/Core/Modifiers/ValueModifier.h b/src/Core/Modifiers/ValueModifier.h index d6bf4f0..586a6f5 100644 --- a/src/Core/Modifiers/ValueModifier.h +++ b/src/Core/Modifiers/ValueModifier.h @@ -26,10 +26,11 @@ #include #include +#include "rocslib_export.h" #include "Rocs_Typedefs.h" -class ValueModifier +class ROCSLIB_EXPORT ValueModifier { public: _______________________________________________ release-team mailing list release-team@kde.org https://mail.kde.org/mailman/listinfo/release-team