diff options
Diffstat (limited to '')
-rw-r--r-- | src/perform.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/perform.cpp b/src/perform.cpp index 937a76c..d7082a0 100644 --- a/src/perform.cpp +++ b/src/perform.cpp | |||
@@ -1,6 +1,7 @@ | |||
1 | #include "perform.h" | 1 | #include "perform.h" |
2 | 2 | ||
3 | Perform::Perform() | 3 | Perform::Perform( const char *sTarget ) : |
4 | sTarget( sTarget ) | ||
4 | { | 5 | { |
5 | } | 6 | } |
6 | 7 | ||