| commit | cbc2a1040d31b1ab58f2fa7b88ec3e7283caf825 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Nov 11 09:58:01 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Nov 11 15:53:23 2020 -0800 |
| tree | 8597d035cdcdb73212df1d9ab78e45373dd2e175 | |
| parent | 1d0266aaa3161838a5a7ad23fd661eca792f4484 [diff] [blame] |
Revert "Fix blobstore compilation on macOS and MSVC" This reverts commit ced948046e121392735f42faad8cf304d9ddfd98.
diff --git a/demo/include/blobstore.h b/demo/include/blobstore.h index 68a7fc2..d89583a 100644 --- a/demo/include/blobstore.h +++ b/demo/include/blobstore.h
@@ -16,8 +16,8 @@ BlobMetadata metadata(uint64_t blobid) const; private: - class Impl; - std::shared_ptr<Impl> impl; + class impl; + std::shared_ptr<impl> impl; }; std::unique_ptr<BlobstoreClient> new_blobstore_client();