diff options
author | chai <chaifix@163.com> | 2018-05-23 08:26:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-23 08:26:48 +0800 |
commit | 6cc59854d349a02263a5d27810fb824a9f4d1fde (patch) | |
tree | 6603725cdf07ca1ee3c3ce27b75619a8fa436c88 /src/libjin/common/subsystem.h | |
parent | 904e78d568bae0afe87d20cb412bdce38d550c1a (diff) |
更新音频模块
Diffstat (limited to 'src/libjin/common/subsystem.h')
-rw-r--r-- | src/libjin/common/subsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/common/subsystem.h b/src/libjin/common/subsystem.h index 8c1b59b..abe509e 100644 --- a/src/libjin/common/subsystem.h +++ b/src/libjin/common/subsystem.h @@ -21,7 +21,7 @@ namespace jin protected: - Subsystem() {}; + Subsystem() {}; virtual ~Subsystem() {}; virtual onlyonce bool _init(const Setting* setting) = 0; |