library_win32: add string constructor
This commit is contained in:
parent
9d5e636a39
commit
bb2bc1a9ca
@ -30,6 +30,12 @@ library::library (const char *path):
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
|
library::library (const std::string &path):
|
||||||
|
library (path.c_str ())
|
||||||
|
{ ; }
|
||||||
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
library::~library ()
|
library::~library ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user