Skip to content

Commit 42f61ac

Browse files
committed
Hopefully fix windows link error.
1 parent 95837b0 commit 42f61ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mock/ur_mock_helpers.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ struct callbacks_t {
124124
std::unordered_map<std::string, ur_mock_callback_t> afterCallbacks;
125125
};
126126

127-
callbacks_t &getCallbacks();
127+
UR_DLLEXPORT callbacks_t &getCallbacks();
128128

129129
} // namespace mock

0 commit comments

Comments
 (0)