summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/HostImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/HostImpl.h')
-rw-r--r--src/VBox/Main/include/HostImpl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/VBox/Main/include/HostImpl.h b/src/VBox/Main/include/HostImpl.h
index 2de1e9173ae..81ee65f6e14 100644
--- a/src/VBox/Main/include/HostImpl.h
+++ b/src/VBox/Main/include/HostImpl.h
@@ -45,9 +45,7 @@ public:
DECLARE_PROTECT_FINAL_CONSTRUCT()
BEGIN_COM_MAP(Host)
- COM_INTERFACE_ENTRY(ISupportErrorInfo)
- COM_INTERFACE_ENTRY(IHost)
- COM_INTERFACE_ENTRY(IDispatch)
+ VBOX_DEFAULT_INTERFACE_ENTRIES(IHost)
END_COM_MAP()
HRESULT FinalConstruct();