aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/common/je_subsystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/common/je_subsystem.hpp')
-rw-r--r--src/libjin/common/je_subsystem.hpp2
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;