aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Asset.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-17 14:38:31 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-17 14:38:31 +0100
commit0ce74416985061dee60253221a77e6b06b4ed12b (patch)
tree6eafafdcfb6d2928fbab2a796f64055c01345543 /src/crepe/api/Asset.h
parent69ca7fdd738fd4ed98aefc07bab5a43486a55619 (diff)
readded const and used emplace instead
Diffstat (limited to 'src/crepe/api/Asset.h')
-rw-r--r--src/crepe/api/Asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Asset.h b/src/crepe/api/Asset.h
index b367a92..bfd0ac7 100644
--- a/src/crepe/api/Asset.h
+++ b/src/crepe/api/Asset.h
@@ -37,7 +37,7 @@ public:
private:
//! path to asset
- std::string src;
+ const std::string src;
private:
/**