diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-05-27 14:58:02 +0200 |
commit | 359b557176b9bb2ff1aed2082641eed39c358d0d (patch) | |
tree | f6c2baca2e6a5d06b7bf32e48e475a6b7b1ea262 /app/bin/misc.h | |
parent | 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 (diff) |
New upstream version 5.1.2aupstream/5.1.2a
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) |