1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

Set untyped variable to int

This commit is contained in:
Peter Howkins 2012-03-12 15:15:38 +00:00
parent e315d4ba3e
commit dd2ff6b448

View file

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