diff options
Diffstat (limited to '')
-rw-r--r-- | src/perform.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/perform.cpp b/src/perform.cpp index 937a76c..4e4a78e 100644 --- a/src/perform.cpp +++ b/src/perform.cpp | |||
@@ -7,3 +7,9 @@ Perform::Perform() | |||
7 | Perform::~Perform() | 7 | Perform::~Perform() |
8 | { | 8 | { |
9 | } | 9 | } |
10 | |||
11 | void Perform::addParam( const char *sParam ) | ||
12 | { | ||
13 | lParam.push_back( sParam ); | ||
14 | } | ||
15 | |||