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/viewer.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/viewer.cpp') diff --git a/src/viewer.cpp b/src/viewer.cpp index 51acc3b..5998316 100644 --- a/src/viewer.cpp +++ b/src/viewer.cpp @@ -16,7 +16,15 @@ void Viewer::endAction() { } -void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) +void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget ) +{ +} + +void Viewer::beginPerforms( int nCount ) +{ +} + +void Viewer::endPerforms() { } -- cgit v1.2.3