mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Make ChaiScript constructor public...
This commit is contained in:
parent
b2907fc608
commit
7cc100e3d7
@ -825,6 +825,7 @@ namespace chaiscript
|
|||||||
{
|
{
|
||||||
class ChaiScript : public ChaiScript_Basic
|
class ChaiScript : public ChaiScript_Basic
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
ChaiScript(std::vector<std::string> t_modulepaths = {},
|
ChaiScript(std::vector<std::string> t_modulepaths = {},
|
||||||
std::vector<std::string> t_usepaths = {})
|
std::vector<std::string> t_usepaths = {})
|
||||||
: ChaiScript_Basic(
|
: ChaiScript_Basic(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user