| author | Sami Kyöstilä <skyostil@muksuluuri.ath.cx> | 2008-10-29 16:08:35 (GMT) |
|---|---|---|
| committer | Sami Kyöstilä <skyostil@muksuluuri.ath.cx> | 2008-10-29 16:08:35 (GMT) |
| commit | 5b3d7ddb6b4ed6e86ecafbcca1535fb85ec553d1 (patch) | |
| tree | 871b33b3241b700869bcfd23ecf1d6eb7a0a61df | |
| parent | ce99f3b6c465f4ff14a207007aa05f4d5e2fc098 (diff) | |
GCC 4.x compilation fixmaster
| -rw-r--r-- | Src/glutes_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/glutes_internal.h b/Src/glutes_internal.h index 46249e8..577dbd0 100644 --- a/Src/glutes_internal.h +++ b/Src/glutes_internal.h @@ -425,7 +425,7 @@ struct tagSFG_WindowState * type. */ #define FETCH_WCB(window,cbname) \ - ((FGCB ## cbname)((window).CallBacks[CB_ ## cbname])) +(*((FGCB ## cbname *)&((window).CallBacks[CB_ ## cbname]))) /* * INVOKE_WCB() is used as: |
