From 1ba2ae905ad33f8e311100fd4e9e48653ca4b63d Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 31 Mar 2015 05:34:41 +0200 Subject: fixed bug also for loops --- libtemplate/templateloopfunction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtemplate/templateloopfunction.h') 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 functions; vector::iterator funcIt; - void ReplaceWidthFunctions(void); - void ReplaceHeightFunctions(void); + bool ReplaceWidthFunctions(void); + bool ReplaceHeightFunctions(void); public: cTemplateLoopFunction(void); virtual ~cTemplateLoopFunction(void); -- cgit v1.2.3