Fix dlsym mapping of C++ module
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
This commit is contained in:
parent
33c16854eb
commit
11c5fff0ad
@ -273,13 +273,13 @@ static backend_plugin_t lq_plugin = {
|
||||
|
||||
|
||||
#ifdef _MODULE
|
||||
double
|
||||
extern "C" double
|
||||
BACKEND_VER_SYM(void)
|
||||
{
|
||||
return PLUGIN_VERSION_BACKEND;
|
||||
}
|
||||
|
||||
const backend_plugin_t *
|
||||
extern "C" const backend_plugin_t *
|
||||
BACKEND_INFO_SYM(void)
|
||||
{
|
||||
return &lq_plugin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user