diff options
Diffstat (limited to 'compat/win32-com.hpp')
-rw-r--r-- | compat/win32-com.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/win32-com.hpp b/compat/win32-com.hpp index dcbea089..4e535815 100644 --- a/compat/win32-com.hpp +++ b/compat/win32-com.hpp @@ -13,6 +13,6 @@ enum com_type : int com_apartment = COINIT_APARTMENTTHREADED, }; -bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t = com_multithreaded); +bool OPENTRACK_COMPAT_EXPORT init_com_threading(com_type t); #endif |