Update Øving 8
parent
3b62f4df86
commit
18ff0ac820
|
@ -34,6 +34,3 @@ void MeetingWindow::newPers()
|
|||
redraw();
|
||||
}
|
||||
|
||||
MeetingWindow::~MeetingWindow()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ public:
|
|||
|
||||
|
||||
|
||||
~MeetingWindow();
|
||||
virtual ~MeetingWindow() { };
|
||||
};
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue