add missing __EXPORT

This commit is contained in:
Thomas Gubler 2015-02-08 16:17:15 +01:00
parent 18c7aa9993
commit fbcf2c8fb5
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public:
};
#else
template <typename T>
class Parameter :
class __EXPORT Parameter :
public ParameterBase<T>
{
public: