diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
| commit | 9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch) | |
| tree | 45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/viewerplain.h | |
| parent | 58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff) | |
| download | build-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 'src/viewerplain.h')
| -rw-r--r-- | src/viewerplain.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 11 | ViewerPlain(); | 11 | ViewerPlain(); |
| 12 | virtual ~ViewerPlain(); | 12 | virtual ~ViewerPlain(); |
| 13 | 13 | ||
| 14 | virtual void beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ); | 14 | virtual void beginCommand( Action::eAction nAct, const std::string &sTarget ); |
| 15 | virtual void endCommand(); | 15 | virtual void endCommand(); |
| 16 | 16 | ||
| 17 | virtual void beginRequiresCheck( bool bCached, const std::string &sName ); | 17 | virtual void beginRequiresCheck( bool bCached, const std::string &sName ); |
