EricTheMagician / DriveFS

A google drive fuse filesystem implemented in C++
Mozilla Public License 2.0
63 stars 7 forks source link

Build fails #2

Closed hjone72 closed 6 years ago

hjone72 commented 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.

Thanks :)

EricTheMagician commented 6 years ago

fixed with e95cda6a630281f1f056eda89d4ae8c8fa1c8bc8

Thanks!