Explorar o código

Merge branch 'master' of https://github.com/ivansafrin/Polycode

Ivan Safrin %!s(int64=13) %!d(string=hai) anos
pai
achega
a51692a5c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/Contents/UI/Include/PolyUIWindow.h

+ 1 - 1
Modules/Contents/UI/Include/PolyUIWindow.h

@@ -38,7 +38,7 @@ namespace Polycode {
 	class _PolyExport UIWindow : public ScreenEntity {
 	class _PolyExport UIWindow : public ScreenEntity {
 		public:
 		public:
 			UIWindow(String windowName, Number width, Number height);
 			UIWindow(String windowName, Number width, Number height);
-			~UIWindow();
+			virtual ~UIWindow();
 			
 			
 			void showWindow();
 			void showWindow();
 			void hideWindow();
 			void hideWindow();