abg-fwd.h: fix mismatched tags for ir_node_visitor
authorMatthias Maennich via libabigail <libabigail@sourceware.org>
Mon, 15 Apr 2019 17:05:13 +0000 (18:05 +0100)
committerDodji Seketeli <dodji@redhat.com>
Tue, 16 Apr 2019 14:11:01 +0000 (16:11 +0200)
commit87bbc09b9ed693a2c59a27931f6c2b97e76d1a8e
tree9234d276270e232b135e7125165d2246e20b1a7e
parentad8c2531fb93dc4c314cfe860959910967d4f271
abg-fwd.h: fix mismatched tags for ir_node_visitor

ir_node_visitor is defined as `class` in include/abg-ir.h:4429 and
should therefore also be forward-declared as such.

 * include/abg-fwd.h: forward-declare ir_node_visitor as class

Signed-off-by: Matthias Maennich <maennich@google.com>
include/abg-fwd.h