diff options
Diffstat (limited to 'mtp/twrpMtp.hpp')
-rwxr-xr-x | mtp/twrpMtp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/twrpMtp.hpp b/mtp/twrpMtp.hpp index 2dd56a226..bed81c0e9 100755 --- a/mtp/twrpMtp.hpp +++ b/mtp/twrpMtp.hpp @@ -33,7 +33,7 @@ class twrpMtp { public: - twrpMtp(); + twrpMtp(int debug_enabled /* = 0 */); pthread_t runserver(void); void addStorage(std::string display, std::string path, int mtpid); private: |