aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/Agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/Agent.h')
-rw-r--r--launcher/minecraft/Agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/Agent.h b/launcher/minecraft/Agent.h
index 01109daf..374e6e94 100644
--- a/launcher/minecraft/Agent.h
+++ b/launcher/minecraft/Agent.h
@@ -10,7 +10,7 @@ typedef std::shared_ptr<Agent> AgentPtr;
class Agent {
public:
- Agent(LibraryPtr library, QString &argument)
+ Agent(LibraryPtr library, const QString &argument)
{
m_library = library;
m_argument = argument;