mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
ITableListener::ValueChanged: Don't make key const.
This commit is contained in:
@@ -26,7 +26,7 @@ class ITableListener {
|
||||
* otherwise it is false
|
||||
*/
|
||||
virtual void ValueChanged(ITable* source,
|
||||
const llvm::StringRef key,
|
||||
llvm::StringRef key,
|
||||
std::shared_ptr<nt::Value> value, bool isNew) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user