Commit b6bf3d9c authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

browseui: Move 'static' to the beginning of the declaration specifier.

parent 3ca5f8bb
...@@ -58,9 +58,9 @@ typedef struct tagACLMulti { ...@@ -58,9 +58,9 @@ typedef struct tagACLMulti {
struct ACLMultiSublist *objs; struct ACLMultiSublist *objs;
} ACLMulti; } ACLMulti;
const static IEnumStringVtbl ACLMultiVtbl; static const IEnumStringVtbl ACLMultiVtbl;
const static IACListVtbl ACLMulti_ACListVtbl; static const IACListVtbl ACLMulti_ACListVtbl;
const static IObjMgrVtbl ACLMulti_ObjMgrVtbl; static const IObjMgrVtbl ACLMulti_ObjMgrVtbl;
static inline ACLMulti *impl_from_IACList(IACList *iface) static inline ACLMulti *impl_from_IACList(IACList *iface)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment