[Scummvm-git-logs] scummvm master -> d89e0a24302d851794f5cda7fbead60ea29ac5d5
sev-
sev at scummvm.org
Thu Oct 15 10:57:29 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d89e0a2430 STARK: Help confused compilers with nested classes
Commit: d89e0a24302d851794f5cda7fbead60ea29ac5d5
https://github.com/scummvm/scummvm/commit/d89e0a24302d851794f5cda7fbead60ea29ac5d5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-15T12:56:45+02:00
Commit Message:
STARK: Help confused compilers with nested classes
Changed paths:
engines/stark/resources/dialog.h
diff --git a/engines/stark/resources/dialog.h b/engines/stark/resources/dialog.h
index b04506edf3..9e744e2ab1 100644
--- a/engines/stark/resources/dialog.h
+++ b/engines/stark/resources/dialog.h
@@ -126,7 +126,6 @@ public:
/** Get the reply with the specified index */
Reply *getReply(uint32 index);
- protected:
Common::Array<Reply> _replies;
bool _removeOnceDepleted;
@@ -156,7 +155,6 @@ public:
/** Get the character's id - index in the KnowledgeSet */
int32 getCharacter() const;
-protected:
void printData() override;
Common::Array<Topic> _topics;
More information about the Scummvm-git-logs
mailing list