aboutsummaryrefslogtreecommitdiff
path: root/gensigs.bld
diff options
context:
space:
mode:
Diffstat (limited to 'gensigs.bld')
-rw-r--r--gensigs.bld8
1 files changed, 4 insertions, 4 deletions
diff --git a/gensigs.bld b/gensigs.bld
index ed36f61..63b381d 100644
--- a/gensigs.bld
+++ b/gensigs.bld
@@ -196,8 +196,8 @@ function genSigs( outName )
196 " {\n" 196 " {\n"
197 " }\n" 197 " }\n"
198 " \n" 198 " \n"
199 " using MyType::iterator;\n" 199 " using typename Bu::List<Bu::Signal${i}<${templCallParams}> >::iterator;\n"
200 " using MyType::const_iterator;\n" 200 " using typename Bu::List<Bu::Signal${i}<${templCallParams}> >::const_iterator;\n"
201 " \n" 201 " \n"
202 " ret operator()( ${funcParams} )\n" 202 " ret operator()( ${funcParams} )\n"
203 " {\n" 203 " {\n"
@@ -224,8 +224,8 @@ function genSigs( outName )
224 " {\n" 224 " {\n"
225 " }\n" 225 " }\n"
226 " \n" 226 " \n"
227 " using MyType::iterator;\n" 227 " using typename Bu::List<Bu::Signal${i}<void${templSpecCallParams}> >::iterator;\n"
228 " using MyType::const_iterator;\n" 228 " using typename Bu::List<Bu::Signal${i}<void${templSpecCallParams}> >::const_iterator;\n"
229 " \n" 229 " \n"
230 " void operator()( ${funcParams} )\n" 230 " void operator()( ${funcParams} )\n"
231 " {\n" 231 " {\n"