mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Format using iwyu.
This commit is contained in:
@@ -35,7 +35,7 @@ Component Checkbox(ConstStringRef label, bool* checked) {
|
||||
}
|
||||
|
||||
// static
|
||||
CheckboxBase* From(Component component) {
|
||||
CheckboxBase* CheckboxBase::From(Component component) {
|
||||
return static_cast<CheckboxBase*>(component.get());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user