Skip to content

Commit

Permalink
Fixed Windows compile problem (CISST_EXPORT placement) in prmJointType.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazanzides committed Apr 9, 2024
1 parent b444fab commit c36cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cisstParameterTypes/prmJointType.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ std::string CISST_EXPORT prmJointTypeToString(const prmJointType & data);

prmJointType CISST_EXPORT prmJointTypeFromString(const std::string & value);

const std::vector<std::string> & CISST_EXPORT prmJointTypeVectorString(void);
CISST_EXPORT const std::vector<std::string> & prmJointTypeVectorString(void);

typedef vctDynamicVector<prmJointType> prmJointTypeVec;
typedef mtsGenericObjectProxy<prmJointTypeVec> prmJointTypeProxy;
Expand Down

0 comments on commit c36cba7

Please sign in to comment.