diff options
Diffstat (limited to 'src/viewdefault.h')
-rw-r--r-- | src/viewdefault.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/viewdefault.h b/src/viewdefault.h index b8d65e9..263b9d7 100644 --- a/src/viewdefault.h +++ b/src/viewdefault.h | |||
@@ -32,6 +32,8 @@ public: | |||
32 | virtual void sysError( const Bu::FString &sMsg ); | 32 | virtual void sysError( const Bu::FString &sMsg ); |
33 | virtual void sysWarning( const Bu::FString &sMsg ); | 33 | virtual void sysWarning( const Bu::FString &sMsg ); |
34 | 34 | ||
35 | void drawTargetHdr( const Bu::FString &sProfile, const Target &rTarget ); | ||
36 | |||
35 | private: | 37 | private: |
36 | bool bFirst; | 38 | bool bFirst; |
37 | bool bDisped; | 39 | bool bDisped; |
@@ -39,6 +41,7 @@ private: | |||
39 | int iDepth; | 41 | int iDepth; |
40 | int iTotal; | 42 | int iTotal; |
41 | int iCurrent; | 43 | int iCurrent; |
44 | Bu::FString sCurProfile; | ||
42 | }; | 45 | }; |
43 | 46 | ||
44 | #endif | 47 | #endif |