src/lib/AbstractParser.cpp
branchv_0
changeset 3 68026fe3aaf5
parent 2 8b8175615adb
child 10 6904e4448807
--- a/src/lib/AbstractParser.cpp	Sat Mar 13 19:28:13 2021 +0100
+++ b/src/lib/AbstractParser.cpp	Sun Mar 14 19:58:35 2021 +0100
@@ -55,6 +55,9 @@
 	}
 }
 
+void AbstractParser::close() {
+}
+
 void AbstractParser::rollback() {
 	// FIXME: store content of the current buffer + update pointers and positions
 	// TODO: notify rollback listeners? (they can monitor the performance / frequency of rollbacks)