aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/option_processor.h
diff options
context:
space:
mode:
authorGravatar lpino <lpino@google.com>2017-07-11 22:14:42 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-07-12 08:50:18 +0200
commit3e36d7a88a39d3bb3442c6c2e67c6d83cf0ae0e4 (patch)
tree2d2ef909285def21e129e4511f17ae9f7d450b99 /src/main/cpp/option_processor.h
parented249612955ea24b459425204642022da9936fb3 (diff)
PiperOrigin-RevId: 161571228
Diffstat (limited to 'src/main/cpp/option_processor.h')
-rw-r--r--src/main/cpp/option_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/option_processor.h b/src/main/cpp/option_processor.h
index b09a5fcff3..46fd61ee99 100644
--- a/src/main/cpp/option_processor.h
+++ b/src/main/cpp/option_processor.h
@@ -97,7 +97,7 @@ class OptionProcessor {
// Gets the arguments explicitly provided by the user's command line.
std::vector<std::string> GetExplicitCommandArguments() const;
- StartupOptions* GetParsedStartupOptions() const;
+ virtual StartupOptions* GetParsedStartupOptions() const;
virtual blaze_exit_code::ExitCode FindUserBlazerc(
const char* cmdLineRcFile,