Index: src/InitTweak/InitTweak.cc
===================================================================
--- src/InitTweak/InitTweak.cc	(revision 5339a87ca7689b734a2eb1d355830ea9713784a1)
+++ src/InitTweak/InitTweak.cc	(revision 33f3cfb228064fcca0525ff881b1308dc7fbabec)
@@ -1026,7 +1026,7 @@
 		if ( ftype->params.size() != 2 ) return false;
 
-		const ast::Type * t1 = getPointerBase( ftype->params.front()->get_type() );
+		const ast::Type * t1 = getPointerBase( ftype->params.front() );
 		if ( ! t1 ) return false;
-		const ast::Type * t2 = ftype->params.back()->get_type();
+		const ast::Type * t2 = ftype->params.back();
 
 		return ResolvExpr::typesCompatibleIgnoreQualifiers( t1, t2, ast::SymbolTable{} );
