diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/ComPtr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/ComPtr.hxx b/src/win32/ComPtr.hxx index 6f0f37050..325c06c10 100644 --- a/src/win32/ComPtr.hxx +++ b/src/win32/ComPtr.hxx @@ -112,6 +112,6 @@ template <typename T> void swap(ComPtr<T> &lhs, ComPtr<T> &rhs) noexcept { lhs.swap(rhs); } -} +} // namespace std #endif |