diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-06-01 17:08:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-06-01 17:08:47 +0200 |
commit | d0b6a8a4ec298024f14f704f9e40a6f9d324ccf3 (patch) | |
tree | 8645f5abd7b89361a1c5ab67e0195c84bc2ceab0 /app/bin/misc.h | |
parent | c2b8ba9336499ac930802e957f0d150399f3191e (diff) | |
parent | abf57604846230dc26afe8011aefb8e7bcc34333 (diff) |
Merge debian/watchdebian/1_5.1.2a-1
Diffstat (limited to 'app/bin/misc.h')
-rw-r--r-- | app/bin/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/misc.h b/app/bin/misc.h index 2a26b0c..2fb3359 100644 --- a/app/bin/misc.h +++ b/app/bin/misc.h @@ -237,7 +237,7 @@ void Reset( void ); void ResetIfNotSticky( void ); wBool_t DoCurCommand( wAction_t, coOrd ); void ConfirmReset( BOOL_T ); -void LayoutToolBar( void ); +void LayoutToolBar( void * ); #define IC_STICKY (1<<0) #define IC_CANCEL (1<<1) #define IC_MENU (1<<2) |