diff options
Diffstat (limited to 'libtemplate/templateloopfunction.h')
| -rw-r--r-- | libtemplate/templateloopfunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtemplate/templateloopfunction.h b/libtemplate/templateloopfunction.h index 5335279..599dfcb 100644 --- a/libtemplate/templateloopfunction.h +++ b/libtemplate/templateloopfunction.h @@ -11,8 +11,8 @@ class cTemplateLoopFunction : public cTemplateFunction { private: vector<cTemplateFunction*> functions; vector<cTemplateFunction*>::iterator funcIt; - void ReplaceWidthFunctions(void); - void ReplaceHeightFunctions(void); + bool ReplaceWidthFunctions(void); + bool ReplaceHeightFunctions(void); public: cTemplateLoopFunction(void); virtual ~cTemplateLoopFunction(void); |
