summaryrefslogtreecommitdiff
path: root/libtemplate/templateview.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/templateview.h')
-rw-r--r--libtemplate/templateview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templateview.h b/libtemplate/templateview.h
index 64add2a..d592b22 100644
--- a/libtemplate/templateview.h
+++ b/libtemplate/templateview.h
@@ -125,6 +125,7 @@ public:
bool GetScalingWindow(cRect &scalingWindow);
map<string,string> GetCustomStringTokens(void) { return globals->GetCustomStringTokens(); };
map<string,int> GetCustomIntTokens(void) { return globals->GetCustomIntTokens(); };
+ bool CustomTokenChange(void) { return globals->CustomTokenChange(); };
//Checks for parsing template XML files
bool ValidSubView(const char *subView);
bool ValidViewElement(const char *viewElement);