mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Don't redeclare forceUpdate() with the wrong prototype.
This commit is contained in:
parent
7416482cc3
commit
145ffe54dd
1 changed files with 4 additions and 0 deletions
|
@ -68,7 +68,11 @@
|
|||
#include <Xm/Xm.h>
|
||||
#include <Xm/MessageB.h>
|
||||
#include <assert.h>
|
||||
|
||||
#if !defined(linux)
|
||||
extern forceUpdate( Widget );
|
||||
#endif
|
||||
|
||||
InterruptibleCmd::InterruptibleCmd ( char *name, char *label, int active ) :
|
||||
NoUndoCmd ( name, label, active )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue