From 3e3d180edba2f769b79e723bef21c755632d6829 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 3 May 2007 11:06:51 +0200 Subject: [PATCH] disable the default constructor to avoid bugs --- src/core/ns-unknown.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/ns-unknown.h b/src/core/ns-unknown.h index 49e8a59d0..b8f84d0a9 100644 --- a/src/core/ns-unknown.h +++ b/src/core/ns-unknown.h @@ -81,6 +81,7 @@ protected: void AddSelfInterface (uint32_t iid, NsUnknown *interface); private: friend class NsUnknownImpl; + NsUnknown (); NsUnknown *DoQueryInterface (uint32_t iid); void RefInternal (void); void UnrefInternal (void);