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:
parent
e315d4ba3e
commit
dd2ff6b448
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue