Skip to content

Commit d0fcbfd

Browse files
committed
Fixed IO::CwdChanger linker errors under MSVC
1 parent 03f89b2 commit d0fcbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenSim/Common/IO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class OSIMCOMMON_API IO {
143143
* - On destruction: switches the calling process's working directory
144144
* back to its original directory.
145145
*/
146-
class CwdChanger final {
146+
class OSIMCOMMON_API CwdChanger final {
147147
std::string _existingDir;
148148

149149
/**

0 commit comments

Comments
 (0)