diff options
Diffstat (limited to 'ark/rar.h')
-rw-r--r-- | ark/rar.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ class RarArch : public Arch * Therefore, the variables below are needed. */ bool m_isFirstLine; + short m_version; TQString m_entryFilename; }; |