We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a211d commit 594d7deCopy full SHA for 594d7de
src/rime/dict/dict_compiler.h
@@ -32,7 +32,7 @@ class DictCompiler {
32
};
33
34
RIME_API explicit DictCompiler(Dictionary *dictionary);
35
- virtual ~DictCompiler();
+ RIME_API virtual ~DictCompiler();
36
37
RIME_API bool Compile(const string &schema_file);
38
void set_options(int options) { options_ = options; }
0 commit comments