From c32707148292d104c66276b43796d6057c8c7a5d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:08:42 +0200 Subject: 3.10 --- shared/com_error.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shared/com_error.h') diff --git a/shared/com_error.h b/shared/com_error.h index ab365977..73551f6e 100644 --- a/shared/com_error.h +++ b/shared/com_error.h @@ -28,6 +28,9 @@ public: } private: + ComException(const ComException&); + ComException& operator=(const ComException&); + const std::wstring message_; const HRESULT hr_; }; -- cgit