From: Peter Howkins Date: Mon, 12 Mar 2012 15:15:38 +0000 (+0000) Subject: Set untyped variable to int X-Git-Tag: 2.2.0a~26^2~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dd2ff6b4482f8e89cf7e12302ab87c0094b8d3fa;p=oweals%2Fcde.git Set untyped variable to int --- diff --git a/cde/programs/dtprintinfo/libUI/BaseUI.h b/cde/programs/dtprintinfo/libUI/BaseUI.h index bc9b16c1..f02c903b 100644 --- a/cde/programs/dtprintinfo/libUI/BaseUI.h +++ b/cde/programs/dtprintinfo/libUI/BaseUI.h @@ -240,7 +240,7 @@ typedef void (*DialogCallback) (void *); typedef boolean (*ValidationCallback) (void *client_data, void *call_data); typedef void (*ThreadCallback) (BaseUI *obj, char *output, int rc); -const NO_SUBCLASS = -1; +const int NO_SUBCLASS = -1; class BaseUI {