mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-30 16:49:01 +08:00
Add clang-tidy. (#368)
This commit is contained in:
@@ -29,8 +29,8 @@ class ClearUnder : public NodeDecorator {
|
||||
// combinaison with dbox.
|
||||
/// @see ftxui::dbox
|
||||
/// @ingroup dom
|
||||
Element clear_under(Element child) {
|
||||
return std::make_shared<ClearUnder>(std::move(child));
|
||||
Element clear_under(Element element) {
|
||||
return std::make_shared<ClearUnder>(std::move(element));
|
||||
}
|
||||
|
||||
} // namespace ftxui
|
||||
|
Reference in New Issue
Block a user