aboutsummaryrefslogtreecommitdiff
path: root/src/viewerpercent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewerpercent.h')
-rw-r--r--src/viewerpercent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/viewerpercent.h b/src/viewerpercent.h
index 96412cb..d40ca1b 100644
--- a/src/viewerpercent.h
+++ b/src/viewerpercent.h
@@ -23,6 +23,8 @@ public:
23 virtual void beginAction( const std::string &sName, int nCommands ); 23 virtual void beginAction( const std::string &sName, int nCommands );
24 virtual void endAction(); 24 virtual void endAction();
25 25
26 void printPercent( const std::string &sCur );
27
26private: 28private:
27 int nTotalCommands; 29 int nTotalCommands;
28 int nCurCommand; 30 int nCurCommand;
@@ -31,6 +33,7 @@ private:
31 std::string sTarget; 33 std::string sTarget;
32 int nLastLen; 34 int nLastLen;
33 int nWidth; 35 int nWidth;
36 int nTermWidth;
34}; 37};
35 38
36#endif 39#endif