Skip to content

Commit

Permalink
Update API.hpp (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Aug 15, 2023
1 parent 87b3d6d commit 98fde81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/reframework/API.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class API {
return m_param;
}

inline const auto sdk() const {
inline const REFrameworkSDKData* sdk() const {
return m_sdk;
}

Expand Down Expand Up @@ -826,4 +826,4 @@ class API {
const REFrameworkSDKData* m_sdk;
std::recursive_mutex m_lua_mtx{};
};
}
}

0 comments on commit 98fde81

Please sign in to comment.