diff options
Diffstat (limited to 'src/organizerproxy.cpp')
| -rw-r--r-- | src/organizerproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.cpp b/src/organizerproxy.cpp index 72247b54..776f842c 100644 --- a/src/organizerproxy.cpp +++ b/src/organizerproxy.cpp @@ -370,7 +370,7 @@ MOBase::IGameFeatures* OrganizerProxy::gameFeatures() const return m_GameFeaturesProxy.get(); } -MOBase::IProfile* OrganizerProxy::profile() const +std::shared_ptr<MOBase::IProfile> OrganizerProxy::profile() const { return m_Proxied->currentProfile(); } |
