aboutsummaryrefslogtreecommitdiff
path: root/src/perform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perform.cpp')
-rw-r--r--src/perform.cpp6
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()
7Perform::~Perform() 7Perform::~Perform()
8{ 8{
9} 9}
10
11void Perform::addParam( const char *sParam )
12{
13 lParam.push_back( sParam );
14}
15