Don't redeclare forceUpdate() with the wrong prototype.
This commit is contained in:
parent
7416482cc3
commit
145ffe54dd
|
|
@ -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 New Issue