diff options
Diffstat (limited to 'llvm/tools/llvm-rc/ResourceScriptParser.h')
-rw-r--r-- | llvm/tools/llvm-rc/ResourceScriptParser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-rc/ResourceScriptParser.h b/llvm/tools/llvm-rc/ResourceScriptParser.h index 3dd110f7e38..4f047f34fc0 100644 --- a/llvm/tools/llvm-rc/ResourceScriptParser.h +++ b/llvm/tools/llvm-rc/ResourceScriptParser.h @@ -172,6 +172,7 @@ private: ParseOptionType parseVersionStmt(); ParseOptionType parseCaptionStmt(); ParseOptionType parseClassStmt(); + ParseOptionType parseExStyleStmt(); ParseOptionType parseFontStmt(OptStmtType DialogType); ParseOptionType parseStyleStmt(); |