diff options
| author | chai <chaifix@163.com> | 2018-12-06 17:33:59 +0800 | 
|---|---|---|
| committer | chai <chaifix@163.com> | 2018-12-06 17:33:59 +0800 | 
| commit | 0085588ebb89f8655081c98efcb3b988f4be1d76 (patch) | |
| tree | 5bf3e851d361ece7107ca7c1337fd2e3c1da4034 /src/libjin/common | |
| parent | 4486beab7beb6a80ba6a89bfa73c0fbc9708ca74 (diff) | |
*start system
Diffstat (limited to 'src/libjin/common')
| -rw-r--r-- | src/libjin/common/je_subsystem.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/common/je_subsystem.hpp b/src/libjin/common/je_subsystem.hpp index 0119b74..384d986 100644 --- a/src/libjin/common/je_subsystem.hpp +++ b/src/libjin/common/je_subsystem.hpp @@ -30,7 +30,7 @@ namespace JinEngine          /// @param setting Subsystem setting.          /// @return True if initialize sucessful, otherwise return false.          /// -        bool init(const SettingBase* setting = nullptr) +        bool start(const SettingBase* setting = nullptr)          {              static bool success = startSystem(setting);              return success;  | 
