From 04c8f56627f51e7c2be926858e77f81623f7b4d2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Mar 2012 14:06:02 +0100 Subject: WaE: missing initializer for member --- shell/source/backends/wininetbe/wininetbecdef.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/backends/wininetbe/wininetbecdef.cxx b/shell/source/backends/wininetbe/wininetbecdef.cxx index 32f23352a7f4..1f1034cb22e4 100644 --- a/shell/source/backends/wininetbe/wininetbecdef.cxx +++ b/shell/source/backends/wininetbe/wininetbecdef.cxx @@ -57,7 +57,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] = NULL, 0 }, - { NULL } + { NULL, NULL, NULL, NULL, NULL, 0 } } ; //------------------------------------------------------------------------------ -- cgit