mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +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