Execute clang-tidy and IWYU. (#576)

This commit is contained in:
Arthur Sonzogni
2023-02-12 14:07:28 +01:00
committed by GitHub
parent a4e70dfb93
commit 3e35f45830
8 changed files with 31 additions and 28 deletions

View File

@@ -67,9 +67,8 @@ Component Radiobox(ConstStringListRef entries,
Ref<RadioboxOption> option = {});
Component Toggle(ConstStringListRef entries, int* selected);
// General slider constructor:
template <typename T>
template <typename T>
Component Slider(SliderOption<T> options = {});
// Shorthand without the `SliderOption` constructor:

View File

@@ -2,7 +2,7 @@
#define FTXUI_SCREEN_SCREEN_HPP
#include <memory>
#include <string> // for string, allocator, basic_string
#include <string> // for allocator, string, basic_string
#include <vector> // for vector
#include "ftxui/screen/box.hpp" // for Box