mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 03:30:35 +08:00
add missing __EXPORT
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
};
|
||||
#else
|
||||
template <typename T>
|
||||
class Parameter :
|
||||
class __EXPORT Parameter :
|
||||
public ParameterBase<T>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user