diff options
Diffstat (limited to '')
-rw-r--r-- | src/function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/function.cpp b/src/function.cpp index 8debbe9..6e4f1d7 100644 --- a/src/function.cpp +++ b/src/function.cpp | |||
@@ -13,7 +13,7 @@ void Function::addParam( const char *str ) | |||
13 | lParams.push_back( str ); | 13 | lParams.push_back( str ); |
14 | } | 14 | } |
15 | 15 | ||
16 | void Function::copyData( Function *pSrc, Build &bld, const std::string &cont, VarMap *mExtra ) | 16 | void Function::copyData( Function *pSrc, Build &bld, const StringList *cont, VarMap *mExtra ) |
17 | { | 17 | { |
18 | lParams.clear(); | 18 | lParams.clear(); |
19 | for( std::list<std::string>::iterator i = pSrc->lParams.begin(); | 19 | for( std::list<std::string>::iterator i = pSrc->lParams.begin(); |