aboutsummaryrefslogtreecommitdiff
path: root/src/script.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.hh')
-rw-r--r--src/script.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.hh b/src/script.hh
index 16e66fe..59df86d 100644
--- a/src/script.hh
+++ b/src/script.hh
@@ -57,7 +57,7 @@ struct TReadScriptFile {
return this->getSpecial();
}
- void TReadScriptFile::readSymbol(char Symbol){
+ void readSymbol(char Symbol){
if(this->readSpecial() != Symbol){
this->error("symbol mismatch");
}