Index: src/SymTab/Validate.h
===================================================================
--- src/SymTab/Validate.h	(revision 18e683be9f9f150b044bdcfc96461f948a613ef9)
+++ src/SymTab/Validate.h	(revision 78cdb060aebec67f15c7fd9fe672626963efe0b5)
@@ -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
