diff --git a/Oving 8/Oving 8/MeetingWindow.cpp b/Oving 8/Oving 8/MeetingWindow.cpp index 189b070..2b54485 100644 --- a/Oving 8/Oving 8/MeetingWindow.cpp +++ b/Oving 8/Oving 8/MeetingWindow.cpp @@ -34,6 +34,3 @@ void MeetingWindow::newPers() redraw(); } -MeetingWindow::~MeetingWindow() -{ -} diff --git a/Oving 8/Oving 8/MeetingWindow.h b/Oving 8/Oving 8/MeetingWindow.h index 0c15ca3..df34b01 100644 --- a/Oving 8/Oving 8/MeetingWindow.h +++ b/Oving 8/Oving 8/MeetingWindow.h @@ -48,6 +48,6 @@ public: - ~MeetingWindow(); + virtual ~MeetingWindow() { }; }; diff --git a/Oving 8/Oving 8/main.cpp b/Oving 8/Oving 8/main.cpp index 128e6eb..cb6b7b8 100644 --- a/Oving 8/Oving 8/main.cpp +++ b/Oving 8/Oving 8/main.cpp @@ -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")