diff --git a/GViewCore/include/GView.hpp b/GViewCore/include/GView.hpp index 64a8bc96..8023826f 100644 --- a/GViewCore/include/GView.hpp +++ b/GViewCore/include/GView.hpp @@ -34,7 +34,7 @@ struct CORE_EXPORT TypeInterface { virtual std::string_view GetTypeName() = 0; virtual void RunCommand(std::string_view commandName) = 0; - virtual ~TypeInterface(){}; + virtual ~TypeInterface(){} struct SelectionZone { uint64 start, end; diff --git a/GViewCore/src/App/AboutWindow.cpp b/GViewCore/src/App/AboutWindow.cpp new file mode 100644 index 00000000..c36fec68 --- /dev/null +++ b/GViewCore/src/App/AboutWindow.cpp @@ -0,0 +1,38 @@ +#include "Internal.hpp" + +using namespace GView::App; +using namespace AppCUI::Application; +using namespace AppCUI::Controls; +using namespace AppCUI::Input; +using namespace AppCUI::Utils; + +class AboutWindow : public Window, public Handlers::OnButtonPressedInterface +{ + Reference