forked from OSchip/llvm-project
[lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warning
This was triggering -Winconsistent-missing-override warnings.
This commit is contained in:
parent
ca21e60fdf
commit
68687e75e7
|
@ -51,7 +51,7 @@ public:
|
|||
|
||||
void RemovePersistentVariable(lldb::ExpressionVariableSP variable) override;
|
||||
|
||||
virtual ConstString GetNextPersistentVariableName(bool is_error = false);
|
||||
ConstString GetNextPersistentVariableName(bool is_error = false) override;
|
||||
|
||||
/// Returns the next file name that should be used for user expressions.
|
||||
std::string GetNextExprFileName() {
|
||||
|
|
Loading…
Reference in New Issue