diff options
Diffstat (limited to 'partitions.hpp')
-rw-r--r-- | partitions.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitions.hpp b/partitions.hpp index 00f435a79..4fe155ec5 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -239,7 +239,7 @@ private: TWPartition* Find_Next_Storage(string Path, string Exclude); int Open_Lun_File(string Partition_Path, string Lun_File); int mtpid; - pthread_t mtpthread; + pid_t mtppid; bool mtp_was_enabled; private: |