Index: src/AST/Visitor.hpp
===================================================================
--- src/AST/Visitor.hpp	(revision 71806e0f8878eff4daf459af6ea5ef2c730185da)
+++ src/AST/Visitor.hpp	(revision 9f70a67be95f183618e4c69164a32142b489771e)
@@ -33,5 +33,5 @@
     virtual const ast::DirectiveDecl *    visit( const ast::DirectiveDecl        * ) = 0;
     virtual const ast::StaticAssertDecl * visit( const ast::StaticAssertDecl     * ) = 0;
-    virtual const ast::DeclWithType *     visit( const ast::InlineMemberDecl      * ) = 0;
+    virtual const ast::DeclWithType *     visit( const ast::InlineMemberDecl     * ) = 0;
     virtual const ast::CompoundStmt *     visit( const ast::CompoundStmt         * ) = 0;
     virtual const ast::Stmt *             visit( const ast::ExprStmt             * ) = 0;
