From 9d9f75e6da9885e256097a2eabd0ccb951a40651 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 18:19:05 +0000 Subject: Fixed the viewers, and some other good goo. --- src/viewerplain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/viewerplain.h') diff --git a/src/viewerplain.h b/src/viewerplain.h index 6e37c28..978d50b 100644 --- a/src/viewerplain.h +++ b/src/viewerplain.h @@ -11,7 +11,7 @@ public: ViewerPlain(); virtual ~ViewerPlain(); - virtual void beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ); + virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); virtual void endCommand(); virtual void beginRequiresCheck( bool bCached, const std::string &sName ); -- cgit v1.2.3