Fix warning: Namespace uses itself

This commit is contained in:
Mikael Olenfalk
2020-03-23 06:51:59 +01:00
committed by ArthurSonzogni
parent 40800ac019
commit 71598cb18d
4 changed files with 0 additions and 8 deletions

View File

@@ -3,8 +3,6 @@
namespace ftxui {
using namespace ftxui;
static wchar_t charset[] = L" ▏▎▍▌▋▊▉█";
class Gauge : public Node {