summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-22 11:59:11 +0000
committerSimon Howard2006-05-22 11:59:11 +0000
commit7c18ad6ccf1461696185013b333af3c056cc5630 (patch)
tree4dd7253ee816d30e7ee0bb2d4b1966d2662282a2 /textscreen/txt_table.h
parent11643c088751a2d3797467463bce4476d3b03292 (diff)
downloadchocolate-doom-7c18ad6ccf1461696185013b333af3c056cc5630.tar.gz
chocolate-doom-7c18ad6ccf1461696185013b333af3c056cc5630.tar.bz2
chocolate-doom-7c18ad6ccf1461696185013b333af3c056cc5630.zip
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 509
Diffstat (limited to 'textscreen/txt_table.h')
-rw-r--r--textscreen/txt_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/txt_table.h b/textscreen/txt_table.h
index 202a73ea..509613ad 100644
--- a/textscreen/txt_table.h
+++ b/textscreen/txt_table.h
@@ -51,7 +51,7 @@ struct txt_table_s
txt_table_t *TXT_NewTable(int columns);
void TXT_InitTable(txt_table_t *table, int columns);
-void TXT_AddWidget(UNCAST(table), UNCAST(widget));
+void TXT_AddWidget(TXT_UNCAST_ARG(table), TXT_UNCAST_ARG(widget));
#endif /* #ifndef TXT_TABLE_T */