adding missing method
This commit is contained in:
parent
40bec5e112
commit
79c2c530e9
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ namespace fc {
|
||||||
path::path( const boost::filesystem::path& p )
|
path::path( const boost::filesystem::path& p )
|
||||||
:_p(p){}
|
:_p(p){}
|
||||||
|
|
||||||
|
path::path( const char* p )
|
||||||
|
:_p(p){}
|
||||||
path::path( const fc::string& p )
|
path::path( const fc::string& p )
|
||||||
:_p(p.c_str()){}
|
:_p(p.c_str()){}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue