aboutsummaryrefslogtreecommitdiff
path: root/src/performcmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/performcmd.cpp')
-rw-r--r--src/performcmd.cpp2
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
4PerformCmd::PerformCmd( const char *sCmd, const char *sTarget ) : 4PerformCmd::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