Skip to content

Commit 5b41601

Browse files
committed
Attempt fix for Windows
1 parent 56a0858 commit 5b41601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenSim/Common/CommonUtilities.h

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ SimTK::Vector createVector(std::initializer_list<SimTK::Real> elements);
137137
* @note Supports single-character delimiters.
138138
*/
139139
/// @ingroup commonutil
140+
OSIMCOMMON_API
140141
std::string detectDelimiter(
141142
const std::string& input, const std::vector<std::string>& delimiters);
142143

0 commit comments

Comments
 (0)