aboutsummaryrefslogtreecommitdiff
path: root/src/viewerplain.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/viewerplain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp
index 5d95d19..52b798b 100644
--- a/src/viewerplain.cpp
+++ b/src/viewerplain.cpp
@@ -54,3 +54,8 @@ void ViewerPlain::beginExecute()
54 printf(" build: %s\n", sTarget.getString() ); 54 printf(" build: %s\n", sTarget.getString() );
55} 55}
56 56
57void ViewerPlain::executeCmd( const char *sCmd )
58{
59 //printf("--> %s\n", sCmd );
60}
61