aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/common/subsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/common/subsystem.h')
-rw-r--r--src/libjin/common/subsystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/common/subsystem.h b/src/libjin/common/subsystem.h
index 4f3c5ab..55b0f0d 100644
--- a/src/libjin/common/subsystem.h
+++ b/src/libjin/common/subsystem.h
@@ -16,7 +16,7 @@ namespace jin
void init(const SettingBase* setting)
{
- initSystem(setting);
+ CallOnce(initSystem(setting));
}
void quit()