summaryrefslogtreecommitdiff
path: root/libtemplate/templatepixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtemplate/templatepixmap.h')
-rw-r--r--libtemplate/templatepixmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtemplate/templatepixmap.h b/libtemplate/templatepixmap.h
index a5d8f83..3be1816 100644
--- a/libtemplate/templatepixmap.h
+++ b/libtemplate/templatepixmap.h
@@ -31,11 +31,11 @@ protected:
int containerHeight;
cGlobals *globals;
//functions replacing {width(label)} and {height(label)} tokens
- void ReplaceWidthFunctions(void);
- void ReplaceHeightFunctions(void);
+ bool ReplaceWidthFunctions(void);
+ bool ReplaceHeightFunctions(void);
//functions replacing {posx(label)} and {posy(label)} tokens
- void ReplacePosXFunctions(void);
- void ReplacePosYFunctions(void);
+ bool ReplacePosXFunctions(void);
+ bool ReplacePosYFunctions(void);
//Get Scrolling Function
cTemplateFunction *GetScrollFunction(void);
public: