Skip to content

Commit f200df3

Browse files
committed
fix
1 parent 69081a9 commit f200df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iceberg/catalog/rest/rest_catalog.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
#include <cpr/cpr.h>
2323

24-
#include "iceberg/catalog/rest/iceberg_rest_catalog_export.h"
24+
#include "iceberg/catalog/rest/iceberg_rest_export.h"
2525

2626
namespace iceberg::catalog::rest {
2727

28-
class ICEBERG_REST_CATALOG_EXPORT RestCatalog {
28+
class ICEBERG_REST_EXPORT RestCatalog {
2929
public:
3030
explicit RestCatalog(const std::string& base_url);
3131
~RestCatalog() = default;

0 commit comments

Comments
 (0)