shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.

This commit is contained in:
Francois Gouget 2010-06-24 10:10:24 +02:00 committed by Alexandre Julliard
parent 620087c545
commit 4898f6cb36
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ typedef struct {
static const IDataObjectVtbl IDataObjectImpl_Vtbl;
IDataObject* IDataObjectImpl_Construct(void)
static IDataObject* IDataObjectImpl_Construct(void)
{
IDataObjectImpl *obj;
@ -216,7 +216,7 @@ typedef struct {
static const IShellBrowserVtbl IShellBrowserImpl_Vtbl;
IShellBrowser* IShellBrowserImpl_Construct(void)
static IShellBrowser* IShellBrowserImpl_Construct(void)
{
IShellBrowserImpl *browser;