forked from mia/Aegisub
Make agi::Options's one protected member private, as agi::Option is not designed to be inherited from
Originally committed to SVN as r6011.
This commit is contained in:
parent
70a291d4d4
commit
a7a159288f
1 changed files with 0 additions and 3 deletions
|
@ -85,15 +85,12 @@ private:
|
||||||
/// @param config Config to load.
|
/// @param config Config to load.
|
||||||
void LoadConfig(std::istream& stream);
|
void LoadConfig(std::istream& stream);
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
/// @brief Write an option to file.
|
/// @brief Write an option to file.
|
||||||
/// @param[out] obj Parent object
|
/// @param[out] obj Parent object
|
||||||
/// @param[in] path Path option should be stored in.
|
/// @param[in] path Path option should be stored in.
|
||||||
/// @param[in] value Value to write.
|
/// @param[in] value Value to write.
|
||||||
static bool PutOption(::json::Object &obj, const std::string &path, const ::json::UnknownElement &value);
|
static bool PutOption(::json::Object &obj, const std::string &path, const ::json::UnknownElement &value);
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// @brief Constructor
|
/// @brief Constructor
|
||||||
/// @param file User config that will be loaded from and written back to.
|
/// @param file User config that will be loaded from and written back to.
|
||||||
|
|
Loading…
Reference in a new issue