1
0
Fork 0
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:
Peter Howkins 2012-04-02 15:16:58 +01:00
parent 7416482cc3
commit 145ffe54dd

View file

@ -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 )
{