Plugin fixes for FreeBSD.

This commit is contained in:
Robin Sommer 2014-06-19 13:21:36 -07:00
parent 62d07a3fc4
commit 48c6b934f4
4 changed files with 14 additions and 10 deletions

View file

@ -321,8 +321,8 @@ private:
// Helpers providing access to current state during dlopen().
static Plugin* current_plugin;
static string current_dir;
static string current_sopath;
static const char* current_dir;
static const char* current_sopath;
// Returns a modifiable list of all plugins, both static and dynamic.
// This is a static method so that plugins can register themselves