Set untyped variable to int

This commit is contained in:
Peter Howkins 2012-03-12 15:15:38 +00:00
parent e315d4ba3e
commit dd2ff6b448
1 changed files with 1 additions and 1 deletions

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 {