Skip to content

Commit 2413d36

Browse files
committed
Merge pull request #72 from Databean/GameVisitor_refactor
Just added one small comment to point out where GameVisitor is used.
2 parents 899c9cf + 67fe373 commit 2413d36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/GameVisitor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class GameDice;
1212
class Wonder;
1313

1414
/**
15-
* A class to be extended with callbacks to handle the different classes in the model.
15+
* A class to be extended with callbacks to handle the different classes in the model.
16+
* Specific subclasses of this visitor pattern are used in Serialization and GameView
1617
*/
1718
class GameVisitor {
1819
private:

0 commit comments

Comments
 (0)