Skip to content

Commit 4dec6f4

Browse files
committed
Merged in master, fixed some silly compiler errors
1 parent fabdcb8 commit 4dec6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GameVisitor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#include "GameVisitor.H'
1+
#include "GameVisitor.h"
22

33
GameVisitor::GameVisitor() {
44

55
}
66

7-
GameVisitor::~GameVisitor() {'
7+
GameVisitor::~GameVisitor() {
88

99
}
1010

0 commit comments

Comments
 (0)