From c0cdb2ad99a1e2a6ade5ce76c91177a79258e669 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:10:11 +0200 Subject: 3.14 --- shared/com_error.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shared/com_error.h') diff --git a/shared/com_error.h b/shared/com_error.h index 30c7904f..c3f7745b 100644 --- a/shared/com_error.h +++ b/shared/com_error.h @@ -28,13 +28,13 @@ public: } private: - ComException(const ComException&); - ComException& operator=(const ComException&); + ComException(const ComException&); + ComException& operator=(const ComException&); const std::wstring message_; const HRESULT hr_; }; - + -- cgit