aboutsummaryrefslogtreecommitdiff
path: root/src/functiontostring.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/functiontostring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functiontostring.h b/src/functiontostring.h
index 4779712..d9c5af7 100644
--- a/src/functiontostring.h
+++ b/src/functiontostring.h
@@ -12,7 +12,7 @@ public:
12 virtual ~FunctionToString(); 12 virtual ~FunctionToString();
13 13
14 virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput ); 14 virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput );
15 virtual Function *duplicate( Build &bld, const std::string &cont, VarMap *mExtra ); 15 virtual Function *duplicate( Build &bld, const StringList *cont, VarMap *mExtra );
16 16
17private: 17private:
18 18