From: Peter Howkins Date: Mon, 2 Apr 2012 14:16:58 +0000 (+0100) Subject: Don't redeclare forceUpdate() with the wrong prototype. X-Git-Tag: 2.2.0a~26^2~54 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=145ffe54dd9290512799be01f501cfc4a418cc5d;p=oweals%2Fcde.git Don't redeclare forceUpdate() with the wrong prototype. --- diff --git a/cde/programs/dtmail/MotifApp/InterruptibleCmd.C b/cde/programs/dtmail/MotifApp/InterruptibleCmd.C index 49eebb1f..49a3f634 100644 --- a/cde/programs/dtmail/MotifApp/InterruptibleCmd.C +++ b/cde/programs/dtmail/MotifApp/InterruptibleCmd.C @@ -68,7 +68,11 @@ #include #include #include + +#if !defined(linux) extern forceUpdate( Widget ); +#endif + InterruptibleCmd::InterruptibleCmd ( char *name, char *label, int active ) : NoUndoCmd ( name, label, active ) {