Always pass the script string around by reference
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
5381;
|
||||
}
|
||||
|
||||
const int GetHash(){
|
||||
const int GetHash() const{
|
||||
return _hash;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user