summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-08-07 22:45:51 -0400
committerGitHub <noreply@github.com>2020-08-07 22:45:51 -0400
commit0adf8a9f1b5d088d7eaa476d93164669b97128db (patch)
treef9fd377eda9a209b253fa019fb788e18a8453ecc
parent592fa7310492392440ee73f4cc0f962c66d5aba7 (diff)
parent05d03eec684b250d7c8eab251e9d73c225bb50ce (diff)
Merge pull request #1182 from AnyOldName3/dont-speak-ill-of-the-dead
Don't use reference as class member
-rw-r--r--src/organizerproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h
index e64e8838..8950217d 100644
--- a/src/organizerproxy.h
+++ b/src/organizerproxy.h
@@ -65,7 +65,7 @@ private:
OrganizerCore *m_Proxied;
PluginContainer *m_PluginContainer;
- const QString &m_PluginName;
+ QString m_PluginName;
};