Skip to content

Commit 0914bc8

Browse files
committed
os/windows/utility: Don't inline translate_error
1 parent 05b42cb commit 0914bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/os/windows/utility.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace os {
2929
namespace windows {
3030
namespace utility {
31-
inline os::error translate_error(DWORD error_code);
31+
os::error translate_error(DWORD error_code);
3232
};
3333
} // namespace windows
3434
} // namespace os

0 commit comments

Comments
 (0)