aboutsummaryrefslogtreecommitdiff
path: root/src/ARCodeFile.cpp
diff options
context:
space:
mode:
authorRSDuck <RSDuck@users.noreply.github.com>2023-04-28 17:05:34 +0200
committerRSDuck <RSDuck@users.noreply.github.com>2023-04-28 17:05:34 +0200
commit4b170b94d55d99e8ee9fb8803d9665fdfc2267ae (patch)
treeef29533d56be441c750ec0ce838624eedb213df5 /src/ARCodeFile.cpp
parent3ada5b9bc832cc612a569664de00520f00f7e558 (diff)
pointless micro optimisations
Diffstat (limited to 'src/ARCodeFile.cpp')
-rw-r--r--src/ARCodeFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARCodeFile.cpp b/src/ARCodeFile.cpp
index 53a2386..45583ca 100644
--- a/src/ARCodeFile.cpp
+++ b/src/ARCodeFile.cpp
@@ -28,7 +28,7 @@ using Platform::LogLevel;
// TODO: more user-friendly error reporting
-ARCodeFile::ARCodeFile(std::string filename)
+ARCodeFile::ARCodeFile(const std::string& filename)
{
Filename = filename;