You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class has virtual methods, but is missing the virtual destructor that all other dropboxQt::files class headers have.
Because of this, clang posts a warning wherever an object of this class is deleted.
It just needs this line added: virtual ~ListFolderResult(){}
The text was updated successfully, but these errors were encountered:
Re: https://github.com/osoftteam/dropboxQt/blob/master/src/dropbox/files/FilesListFolderResult.h
This class has virtual methods, but is missing the virtual destructor that all other dropboxQt::files class headers have.
Because of this, clang posts a warning wherever an object of this class is deleted.
It just needs this line added:
virtual ~ListFolderResult(){}
The text was updated successfully, but these errors were encountered: