mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
Fix dev warning. (#980)
This commit is contained in:
@@ -15,7 +15,7 @@ class Unselectable : public NodeDecorator {
|
||||
public:
|
||||
using NodeDecorator::NodeDecorator;
|
||||
|
||||
void Select(Selection& selection) override {
|
||||
void Select(Selection&) override {
|
||||
// Overwrite the select method to do nothing.
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user