summaryrefslogtreecommitdiff
path: root/libadhocutil/lexer.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2020-05-08 17:52:16 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2020-05-08 17:52:16 +0100
commit4f2da64fd3accc1ef41cffb2865edb98cfe68ef2 (patch)
tree27f64d01c2a61d97e9bf61ecfc1bd45368ccedaf /libadhocutil/lexer.cpp
parentFix for compile with GCC 10 (diff)
parentMove test import to root (diff)
downloadlibadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.tar.bz2
libadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.tar.xz
libadhocutil-4f2da64fd3accc1ef41cffb2865edb98cfe68ef2.zip
Psycho-rebased branch libadhocutil-0.8 on top of master
Diffstat (limited to 'libadhocutil/lexer.cpp')
-rw-r--r--libadhocutil/lexer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libadhocutil/lexer.cpp b/libadhocutil/lexer.cpp
index af339eb..542a55f 100644
--- a/libadhocutil/lexer.cpp
+++ b/libadhocutil/lexer.cpp
@@ -38,8 +38,7 @@ namespace AdHoc {
}
}
- Lexer::ExecuteState::ExecuteState() :
- pos(0)
+ Lexer::ExecuteState::ExecuteState()
{
stateStack.push_back(InitialState);
}