diff options
Diffstat (limited to '')
-rw-r--r-- | src/perform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perform.cpp b/src/perform.cpp index 64e6bab..25d54c7 100644 --- a/src/perform.cpp +++ b/src/perform.cpp | |||
@@ -14,7 +14,7 @@ void Perform::addParam( const char *sParam ) | |||
14 | lParam.push_back( sParam ); | 14 | lParam.push_back( sParam ); |
15 | } | 15 | } |
16 | 16 | ||
17 | void Perform::copyData( Perform *pSrc, Build &bld, const std::string &cont, VarMap *mExtra ) | 17 | void Perform::copyData( Perform *pSrc, Build &bld, const StringList *cont, VarMap *mExtra ) |
18 | { | 18 | { |
19 | lParam.clear(); | 19 | lParam.clear(); |
20 | for( std::list<std::string>::iterator i = pSrc->lParam.begin(); | 20 | for( std::list<std::string>::iterator i = pSrc->lParam.begin(); |