JES_Init() should be static inline
This commit is contained in:
parent
f7937c1bea
commit
975c393b1d
@ -6,7 +6,7 @@
|
||||
|
||||
namespace jes
|
||||
{
|
||||
void JES_Init(const std::string & bin_path)
|
||||
static inline void JES_Init(const std::string & bin_path)
|
||||
{
|
||||
Core::instance.init(bin_path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user