diff options
Diffstat (limited to 'c/win.cpp')
-rw-r--r-- | c/win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ Library::Library(const wchar_t* const lib) { m_hModule = LoadLibrary(lib); if (!m_hModule) - throw Win32Error(); + throw Win32Error{}; } Library::~Library() |