diff options
Diffstat (limited to 'src/base64.h')
-rw-r--r-- | src/base64.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base64.h b/src/base64.h index 41264e0..c7fb737 100644 --- a/src/base64.h +++ b/src/base64.h | |||
@@ -25,6 +25,9 @@ namespace Bu | |||
25 | private: | 25 | private: |
26 | int iBPos; | 26 | int iBPos; |
27 | int iBuf; | 27 | int iBuf; |
28 | int iRPos; | ||
29 | int iChars; | ||
30 | bool bEosIn; | ||
28 | size_t iTotalIn; | 31 | size_t iTotalIn; |
29 | size_t iTotalOut; | 32 | size_t iTotalOut; |
30 | static const char tblEnc[65]; | 33 | static const char tblEnc[65]; |