Index: src/ResolvExpr/Resolver.h
===================================================================
--- src/ResolvExpr/Resolver.h	(revision e00c22feb84a430a60c57638aabf2d3f11f8c449)
+++ src/ResolvExpr/Resolver.h	(revision b2e0df3b43fc7a0c8e3a02bf57f4f45e97fbca4e)
@@ -35,5 +35,5 @@
 	class StmtExpr;
 	class SymbolTable;
-	class TranslationUnit;
+	struct TranslationUnit;
 	class Type;
 	class TypeEnvironment;
@@ -63,5 +63,5 @@
 	ast::ptr< ast::Expr > resolveInVoidContext(
 		const ast::Expr * expr, const ast::SymbolTable & symtab, ast::TypeEnvironment & env );
-	/// Resolve `untyped` to the single expression whose candidate is the best match for the 
+	/// Resolve `untyped` to the single expression whose candidate is the best match for the
 	/// given type.
 	ast::ptr< ast::Expr > findSingleExpression(
