diff options
Diffstat (limited to 'src/dock.c')
-rw-r--r-- | src/dock.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -171,7 +171,9 @@ DestroyDock() } /** Create a dock component. */ -TrayComponentType *CreateDock() { +TrayComponentType * +CreateDock() +{ TrayComponentType *cp; |