Mercurial > audlegacy
diff src/audacious/plugin.h @ 3881:b2fc92d3b2dd
fix forward declaration of vtable in C++ mode. (bugzie #42)
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Thu, 01 Nov 2007 11:51:53 -0500 |
| parents | bf6b1c5091d5 |
| children | b0ae5dbd2f53 |
line wrap: on
line diff
--- 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 \
