diff --git a/Home.md b/Home.md index 10c347f..a2415c5 100644 --- a/Home.md +++ b/Home.md @@ -54,7 +54,7 @@ std::string my_encoding = root.get("my-encoding", "UTF-32" ).asString(); // there is no such member. const Json::Value my_plugins = root["my-plug-ins"]; for ( int index = 0; index < my_plugins.size(); ++index ) // Iterates over the sequence elements. - yourib::loadPlugIn( my_plugins[index].asString() ); + yourlib::loadPlugIn( my_plugins[index].asString() ); yourlib::setIndentLength( root["my-indent"].get("length", 3).asInt() ); yourlib::setIndentUseSpace( root["my-indent"].get("use_space", true).asBool() );