This commit is contained in:
Hartmut Seichter 2020-12-09 12:55:33 +01:00
parent 523d1d7668
commit ce8e89af51
607 changed files with 402657 additions and 61 deletions

View file

@ -32,7 +32,7 @@ protected:
friend class window;
input();
input() = default;
private:

View file

@ -2,10 +2,6 @@
namespace pw {
input::input()
{
}
input &input::get()
{
static input instance;