aboutsummaryrefslogtreecommitdiff
path: root/launcher/InstanceCreationTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/InstanceCreationTask.h')
-rw-r--r--launcher/InstanceCreationTask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/InstanceCreationTask.h b/launcher/InstanceCreationTask.h
index 03ee1a7a..380fdf8a 100644
--- a/launcher/InstanceCreationTask.h
+++ b/launcher/InstanceCreationTask.h
@@ -34,7 +34,7 @@ class InstanceCreationTask : public InstanceTask {
QString getError() const { return m_error_message; }
protected:
- void setError(QString message) { m_error_message = message; };
+ void setError(const QString& message) { m_error_message = message; };
protected:
bool m_abort = false;