From Colin McDonald, "Fixes for some duplicate global symbol definitions in the plugins,
which cause errors when creating a statically linked executable."
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#define EXTENSION_NAME "rot"
|
||||
|
||||
bool getFilenameAndParams(const std::string& input, std::string& filename, std::string& params)
|
||||
static bool getFilenameAndParams(const std::string& input, std::string& filename, std::string& params)
|
||||
{
|
||||
// find the start of the params list, accounting for nesting of [] and () brackets,
|
||||
// note, we are working backwards.
|
||||
|
||||
Reference in New Issue
Block a user