Skip to content

Commit

Permalink
fix: export ServiceManager::getInstance (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
killcerr authored Apr 13, 2024
1 parent 803fe0b commit 3f2f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/api/service/ServiceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct QueryServiceResult {

class ServiceManager {
public:
static ServiceManager& getInstance();
LLNDAPI static ServiceManager& getInstance();

template <IsService T>
event::ListenerPtr subscribeService(std::function<void(std::shared_ptr<T> const&)> const& fn) {
Expand Down

0 comments on commit 3f2f7fa

Please sign in to comment.