forked from Archive/PX4-Autopilot
add missing __EXPORT
This commit is contained in:
parent
18c7aa9993
commit
fbcf2c8fb5
|
@ -117,7 +117,7 @@ public:
|
|||
};
|
||||
#else
|
||||
template <typename T>
|
||||
class Parameter :
|
||||
class __EXPORT Parameter :
|
||||
public ParameterBase<T>
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue