aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bookmaker/bookmaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bookmaker/bookmaker.h')
-rw-r--r--tools/bookmaker/bookmaker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/bookmaker/bookmaker.h b/tools/bookmaker/bookmaker.h
index a002621cd7..ecfbc99788 100644
--- a/tools/bookmaker/bookmaker.h
+++ b/tools/bookmaker/bookmaker.h
@@ -1150,6 +1150,8 @@ public:
fParent = def;
}
+ char* FindDateTime(char* buffer, int size);
+
void indentIn(IndentKind kind) {
fIndent += 4;
fIndentStack.emplace_back(kind, fIndent);
@@ -1218,7 +1220,7 @@ public:
fParent = fParent->fParent;
}
- const char* ReadToBuffer(string filename, int* size);
+ char* ReadToBuffer(string filename, int* size);
virtual void reset() = 0;