Update Øving 8

master
Øyvind Skaaden 2019-03-05 07:51:59 +01:00
parent 3b62f4df86
commit 18ff0ac820
3 changed files with 1 additions and 5 deletions

View File

@ -34,6 +34,3 @@ void MeetingWindow::newPers()
redraw();
}
MeetingWindow::~MeetingWindow()
{
}

View File

@ -48,6 +48,6 @@ public:
~MeetingWindow();
virtual ~MeetingWindow() { };
};

View File

@ -3,7 +3,6 @@
#include "Graph.h"
#include "MeetingWindow.h"
#include "Meeting.h"
// The following pragma turns off the console
//#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")