Skip to content

Commit 3e25ae3

Browse files
committed
Fix Status linkage visibility
1 parent fc11a3a commit 3e25ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/cpp/include/svs/runtime/api_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ enum class ErrorCode {
5656
RUNTIME_ERROR = 5
5757
};
5858

59-
struct Status {
59+
struct SVS_RUNTIME_API Status {
6060
constexpr Status(ErrorCode c = ErrorCode::SUCCESS, const char* msg = nullptr)
6161
: code(c)
6262
, message_storage_(nullptr) {

0 commit comments

Comments
 (0)