Index: src/SymTab/Validate.h
===================================================================
--- src/SymTab/Validate.h	(revision c1398e48a1e93cff3edc8dfe33ad1453eead9738)
+++ src/SymTab/Validate.h	(revision 7870799883ca946218c97fb6a189d1da90a16e8e)
@@ -19,7 +19,7 @@
 #include <list>  // for list
 
-class CodeLocation;
-class Declaration;
-class Type;
+struct CodeLocation;
+class  Declaration;
+class  Type;
 
 namespace ast {
@@ -35,5 +35,5 @@
 	void validateType( Type *type, const Indexer *indexer );
 
-	const ast::Type * validateType( 
+	const ast::Type * validateType(
 		const CodeLocation & loc, const ast::Type * type, const ast::SymbolTable & symtab );
 } // namespace SymTab
