Don't redeclare forceUpdate() with the wrong prototype.
authorPeter Howkins <flibble@users.sourceforge.net>
Mon, 2 Apr 2012 14:16:58 +0000 (15:16 +0100)
committerPeter Howkins <flibble@users.sourceforge.net>
Mon, 2 Apr 2012 14:16:58 +0000 (15:16 +0100)
cde/programs/dtmail/MotifApp/InterruptibleCmd.C

index 49eebb1f913f5639bc7cf31f970193260144e50f..49a3f6347bd085129506ac045f6f63a82fe9d099 100644 (file)
 #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 )
 {