diff options
Diffstat (limited to '')
-rw-r--r-- | src/performcmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/performcmd.cpp b/src/performcmd.cpp index 724f42b..d9b7977 100644 --- a/src/performcmd.cpp +++ b/src/performcmd.cpp | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | PerformCmd::PerformCmd( const char *sCmd, const char *sTarget ) : | 4 | PerformCmd::PerformCmd( const char *sCmd, const char *sTarget ) : |
5 | Perform( sTarget ), | 5 | Perform( sTarget ), |
6 | sCommand( sCmd ), | 6 | sCommand( sCmd ) |
7 | { | 7 | { |
8 | } | 8 | } |
9 | 9 | ||