aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/parse.h')
-rw-r--r--engines/gob/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/parse.h b/engines/gob/parse.h
index e85fbebcfa..2ebcdfb2ec 100644
--- a/engines/gob/parse.h
+++ b/engines/gob/parse.h
@@ -48,6 +48,8 @@ protected:
int32 encodePtr(char *ptr, int type);
char *decodePtr(int32 n);
+
+ void printExpr_internal(char stopToken);
};
class Parse_v1 : public Parse {