diff options
Diffstat (limited to 'src/viewerplain.cpp')
-rw-r--r-- | src/viewerplain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp index b6f2095..5690215 100644 --- a/src/viewerplain.cpp +++ b/src/viewerplain.cpp | |||
@@ -12,7 +12,7 @@ ViewerPlain::~ViewerPlain() | |||
12 | { | 12 | { |
13 | } | 13 | } |
14 | 14 | ||
15 | void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) | 15 | void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget ) |
16 | { | 16 | { |
17 | printf("--- %s ---\n", sTarget.c_str() ); | 17 | printf("--- %s ---\n", sTarget.c_str() ); |
18 | } | 18 | } |