summaryrefslogtreecommitdiff
path: root/src/include/IOOverloadables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/IOOverloadables.h')
-rw-r--r--src/include/IOOverloadables.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/IOOverloadables.h b/src/include/IOOverloadables.h
index 1fd09782..09740532 100644
--- a/src/include/IOOverloadables.h
+++ b/src/include/IOOverloadables.h
@@ -22,8 +22,11 @@
OVERLOADABLE(OutputGH)
#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, const char *group
-OVERLOADABLE(OutputGroup)
+#define ARGUMENTS cGH *GH, \
+ const char *var, \
+ const char *method, \
+ const char *alias
+OVERLOADABLE(OutputVarAs)
#undef ARGUMENTS
#undef RETURN_TYPE