Always pass the script string around by reference

This commit is contained in:
2019-06-13 17:37:23 +02:00
parent 10a2535c96
commit 601c4a3f89
7 changed files with 16 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ public:
5381;
}
const int GetHash(){
const int GetHash() const{
return _hash;
}