windowmanager destructor free _mainwindow, fix save - remove const in (#36)

* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree

* syntax error

* remove destructor, singleton, let OS claim the resource as no special cleanup of _mainWindow is not needed
This commit is contained in:
hemirt
2017-04-14 14:08:57 +02:00
committed by fourtf
parent d96c4a5c91
commit 744940ffd5
5 changed files with 6 additions and 3 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef WINNATIVEWINDOW_H
#define WINNATIVEWINDOW_H
#define NOMINMAX
#include "Windows.h"
#include "Windowsx.h"