From 145ffe54dd9290512799be01f501cfc4a418cc5d Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Mon, 2 Apr 2012 15:16:58 +0100 Subject: [PATCH] Don't redeclare forceUpdate() with the wrong prototype. --- cde/programs/dtmail/MotifApp/InterruptibleCmd.C | 4 ++++ 1 file changed, 4 insertions(+) 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 ) { -- 2.25.1