diff options
Diffstat (limited to 'llvm/examples/OptSubcommand')
| -rw-r--r-- | llvm/examples/OptSubcommand/llvm-hello-sub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/OptSubcommand/llvm-hello-sub.cpp b/llvm/examples/OptSubcommand/llvm-hello-sub.cpp index 8071f56..bcf433f 100644 --- a/llvm/examples/OptSubcommand/llvm-hello-sub.cpp +++ b/llvm/examples/OptSubcommand/llvm-hello-sub.cpp @@ -46,7 +46,7 @@ public: HelloSubOptTable() : GenericOptTable(OptionStrTable, OptionPrefixesTable, InfoTable, /*IgnoreCase=*/false, OptionSubCommands, - OptionSubCommandIDsTable) {} + OptionSubCommandIDsTable) {}; }; } // namespace |
