aboutsummaryrefslogtreecommitdiff
path: root/src/viewerplain.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
commit9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch)
tree45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/viewerplain.cpp
parent58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff)
downloadbuild-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.gz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.bz2
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.xz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.zip
Fixed the viewers, and some other good goo.
Diffstat (limited to '')
-rw-r--r--src/viewerplain.cpp2
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
15void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) 15void 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}