We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69081a9 commit f200df3Copy full SHA for f200df3
src/iceberg/catalog/rest/rest_catalog.h
@@ -21,11 +21,11 @@
21
22
#include <cpr/cpr.h>
23
24
-#include "iceberg/catalog/rest/iceberg_rest_catalog_export.h"
+#include "iceberg/catalog/rest/iceberg_rest_export.h"
25
26
namespace iceberg::catalog::rest {
27
28
-class ICEBERG_REST_CATALOG_EXPORT RestCatalog {
+class ICEBERG_REST_EXPORT RestCatalog {
29
public:
30
explicit RestCatalog(const std::string& base_url);
31
~RestCatalog() = default;
0 commit comments