diff options
Diffstat (limited to 'twrpTar.hpp')
-rw-r--r-- | twrpTar.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpTar.hpp b/twrpTar.hpp index 63cb3752a..a486c4174 100644 --- a/twrpTar.hpp +++ b/twrpTar.hpp @@ -98,5 +98,5 @@ private: string password; std::vector<TarListStruct> *ItemList; - int thread_id; + unsigned thread_id; }; |