# HG changeset patch # User William Pitcock # Date 1193935913 18000 # Node ID b2fc92d3b2dd234131c05e33cf17c5d28b01f7ac # Parent b03425e7f02ccfc4fd6ef3d61bc7bf3a2732498e fix forward declaration of vtable in C++ mode. (bugzie #42) diff -r b03425e7f02c -r b2fc92d3b2dd src/audacious/plugin.h --- a/src/audacious/plugin.h Thu Nov 01 10:17:11 2007 -0500 +++ b/src/audacious/plugin.h Thu Nov 01 11:51:53 2007 -0500 @@ -926,7 +926,9 @@ #include "audacious/auddrct.h" /* for multi-file plugins :( */ +G_BEGIN_DECLS extern struct _AudaciousFuncTableV1 *_audvt; +G_END_DECLS #define DECLARE_PLUGIN(name, init, fini, ...) \ G_BEGIN_DECLS \