From 7a7390337e04d0163b97c1da7bdaa198bacaff72 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 23 Aug 2006 03:22:03 +0000 Subject: Loads more stuff...it's nearly working now. --- src/functioncommandtolist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functioncommandtolist.h') diff --git a/src/functioncommandtolist.h b/src/functioncommandtolist.h index 5bebe16..176e40f 100644 --- a/src/functioncommandtolist.h +++ b/src/functioncommandtolist.h @@ -11,7 +11,7 @@ public: FunctionCommandToList(); virtual ~FunctionCommandToList(); - virtual void execute( StringList &lInput, StringList &lOutput ); + virtual void execute( const StringList &lInput, StringList &lOutput ); private: -- cgit v1.2.3