mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-26 04:31:34 +08:00
Fix warning: Namespace uses itself
This commit is contained in:
parent
40800ac019
commit
71598cb18d
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
namespace ftxui {
|
namespace ftxui {
|
||||||
|
|
||||||
using namespace ftxui;
|
|
||||||
|
|
||||||
static wchar_t simple_border_charset[] = L"┌┐└┘─│┬┴┤├";
|
static wchar_t simple_border_charset[] = L"┌┐└┘─│┬┴┤├";
|
||||||
|
|
||||||
class Border : public Node {
|
class Border : public Node {
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
namespace ftxui {
|
namespace ftxui {
|
||||||
|
|
||||||
using namespace ftxui;
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
class Select : public Node {
|
class Select : public Node {
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
namespace ftxui {
|
namespace ftxui {
|
||||||
|
|
||||||
using namespace ftxui;
|
|
||||||
|
|
||||||
static wchar_t charset[] = L" ▏▎▍▌▋▊▉█";
|
static wchar_t charset[] = L" ▏▎▍▌▋▊▉█";
|
||||||
|
|
||||||
class Gauge : public Node {
|
class Gauge : public Node {
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
namespace ftxui {
|
namespace ftxui {
|
||||||
|
|
||||||
using namespace ftxui;
|
|
||||||
|
|
||||||
static const std::vector<std::vector<std::vector<std::wstring>>> elements = {
|
static const std::vector<std::vector<std::vector<std::wstring>>> elements = {
|
||||||
{
|
{
|
||||||
{L"Replaced by the gauge"},
|
{L"Replaced by the gauge"},
|
||||||
|
Loading…
Reference in New Issue
Block a user