Index: src/SynTree/Mutator.h
===================================================================
--- src/SynTree/Mutator.h	(revision e874605d8b0f66ad6050e4d03825b57912afe8ac)
+++ src/SynTree/Mutator.h	(revision 7bc84b8b7820d2c4950d341b0aff41c7071d3f95)
@@ -36,5 +36,5 @@
 	virtual DirectiveDecl * mutate( DirectiveDecl * directiveDecl ) = 0;
 	virtual StaticAssertDecl * mutate( StaticAssertDecl * assertDecl ) = 0;
-	virtual DeclarationWithType * mutate( InlineValueDecl * inlineValueDecl ) = 0;
+	virtual DeclarationWithType * mutate( InlineMemberDecl * InlineMemberDecl ) = 0;
 
 	virtual CompoundStmt * mutate( CompoundStmt * compoundStmt ) = 0;
