summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 14:06:02 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:50 +0100
commit04c8f56627f51e7c2be926858e77f81623f7b4d2 (patch)
treeaf406c36fc4813c21b86bccd50944d4a20ed2102 /shell
parentc79f0398f6e67fb5aab5b37c582bd1efc9ab0d79 (diff)
WaE: missing initializer for member
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/wininetbe/wininetbecdef.cxx2
1 files changed, 1 insertions, 1 deletions
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 }
} ;
//------------------------------------------------------------------------------