diff options
Diffstat (limited to 'google_apis/drive/gdata_wapi_parser.h')
-rw-r--r-- | google_apis/drive/gdata_wapi_parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/drive/gdata_wapi_parser.h b/google_apis/drive/gdata_wapi_parser.h index f7bce81..5d2ec50 100644 --- a/google_apis/drive/gdata_wapi_parser.h +++ b/google_apis/drive/gdata_wapi_parser.h @@ -317,7 +317,7 @@ class ResourceEntry : public CommonMetadata { ENTRY_KIND_FILE }; ResourceEntry(); - virtual ~ResourceEntry(); + ~ResourceEntry() override; // Extracts "entry" dictionary from the JSON value, and parse the contents, // using CreateFrom(). Returns NULL on failure. The input JSON data, coming @@ -517,7 +517,7 @@ class ResourceEntry : public CommonMetadata { class ResourceList : public CommonMetadata { public: ResourceList(); - virtual ~ResourceList(); + ~ResourceList() override; // Extracts "feed" dictionary from the JSON value, and parse the contents, // using CreateFrom(). Returns NULL on failure. The input JSON data, coming |