aboutsummaryrefslogtreecommitdiff
path: root/src/viewerplainpct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewerplainpct.h')
-rw-r--r--src/viewerplainpct.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/viewerplainpct.h b/src/viewerplainpct.h
index 5a57ef0..aa9a228 100644
--- a/src/viewerplainpct.h
+++ b/src/viewerplainpct.h
@@ -20,6 +20,9 @@ public:
20 virtual void endPerform(); 20 virtual void endPerform();
21 virtual void beginPerforms( int nCount ); 21 virtual void beginPerforms( int nCount );
22 22
23 virtual void skipRequiresCheck( bool bCached, const std::string &sName );
24 virtual void skipPerform( Perform *pPerform );
25
23 virtual void beginAction( const std::string &sName, int nCommands ); 26 virtual void beginAction( const std::string &sName, int nCommands );
24 27
25 virtual void endAction(); 28 virtual void endAction();
@@ -28,7 +31,7 @@ public:
28 void indent(); 31 void indent();
29 32
30private: 33private:
31 bool bDidReq; 34 //bool bDidReq;
32 int iTP, iCP, iTC, iCC; 35 int iTP, iCP, iTC, iCC;
33 36
34 bool bRunClean; 37 bool bRunClean;