[lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warning

This was triggering -Winconsistent-missing-override warnings.
This commit is contained in:
Raphael Isemann 2020-03-24 12:30:01 +01:00
parent ca21e60fdf
commit 68687e75e7
1 changed files with 1 additions and 1 deletions

View File

@ -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() {