aboutsummaryrefslogtreecommitdiff
path: root/src/viewerplain.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-06 19:42:22 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-06 19:42:22 +0000
commit71c3c523aacb0f6986d50f4a7a2e5d604728a4c4 (patch)
tree9000ae982c9cb21d31ac3efa6ccf7100064f5bbb /src/viewerplain.h
parent2c0c23b75f563d0a1e68f6079a8eea73c40a877a (diff)
downloadbuild-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.gz
build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.bz2
build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.tar.xz
build-71c3c523aacb0f6986d50f4a7a2e5d604728a4c4.zip
A load of updates, most of these made me realize that I probably could do this
whole thing a lot better. We'll see how that works out later, once I figure out how to do it better.
Diffstat (limited to '')
-rw-r--r--src/viewerplain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/viewerplain.h b/src/viewerplain.h
index 1ec2b64..4c88a0f 100644
--- a/src/viewerplain.h
+++ b/src/viewerplain.h
@@ -19,6 +19,7 @@ public:
19 virtual void beginExtraRequiresCheck( const char *sCommand ); 19 virtual void beginExtraRequiresCheck( const char *sCommand );
20 void printHead(); 20 void printHead();
21 virtual void beginExecute(); 21 virtual void beginExecute();
22 virtual void executeCmd( const char *sCmd );
22 23
23private: 24private:
24 class StaticString sAction; 25 class StaticString sAction;