Closed hjone72 closed 6 years ago
Hi,
I think the following two lines should be changed. https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L220 https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L872
Currently they throw a error: invalid use of ‘this’ in non-member function. After replacing this with account cmake reported a successful build.
error: invalid use of ‘this’ in non-member function
this
account
Thanks :)
fixed with e95cda6a630281f1f056eda89d4ae8c8fa1c8bc8
Thanks!
Hi,
I think the following two lines should be changed. https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L220 https://github.com/thejinx0r/DriveFS/blob/master/src/gdrive/Filesystem.cpp#L872
Currently they throw a
error: invalid use of ‘this’ in non-member function
. After replacingthis
withaccount
cmake reported a successful build.Thanks :)