Skip to content

Commit

Permalink
Export more symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
royi-luo committed Dec 19, 2024
1 parent 2f0172f commit 1ee740f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/function/table/simple_table_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct SimpleTableFuncMorsel {
}
};

struct SimpleTableFuncSharedState : TableFuncSharedState {
struct KUZU_API SimpleTableFuncSharedState : TableFuncSharedState {
common::offset_t maxOffset;
common::offset_t curOffset;
std::mutex mtx;
Expand Down

0 comments on commit 1ee740f

Please sign in to comment.