aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/Agent.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-12-02 06:40:18 -0800
committerGitHub <noreply@github.com>2022-12-02 06:40:18 -0800
commitab23f542c648f09e989b2fa650031e169567a3d6 (patch)
tree4d52c134f563ab45ecfb9582e662ab46bab9ee6a /launcher/minecraft/Agent.h
parentfa98bf1ee7cfd9fcbc956b2c603f72398d0d69ce (diff)
parent31dc82b1a64fef40ab8fadbbb80d7641456bbb0a (diff)
downloadPrismLauncher-ab23f542c648f09e989b2fa650031e169567a3d6.tar.gz
PrismLauncher-ab23f542c648f09e989b2fa650031e169567a3d6.tar.bz2
PrismLauncher-ab23f542c648f09e989b2fa650031e169567a3d6.zip
Merge pull request #423 from TheKodeToad/addagent
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/414
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;