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 abae974 commit 4558b51Copy full SHA for 4558b51
shared/api/c_api_utils.cc
@@ -25,7 +25,7 @@ OrtxStatus OrtxObjectImpl::IsInstanceOf(extObjectKind_t kind) const {
25
26
int ORTX_API_CALL OrtxGetAPIVersion() { return API_VERSION; }
27
28
-const char* OrtxGetLastErrorMessage() { return ReturnableStatus::last_error_message_.c_str(); }
+const char* ORTX_API_CALL OrtxGetLastErrorMessage() { return ReturnableStatus::last_error_message_.c_str(); }
29
30
extError_t ORTX_API_CALL OrtxCreate(extObjectKind_t kind, OrtxObject** object, ...) {
31
if (object == nullptr) {
0 commit comments