From 18ff0ac820dfe8cf55e438fa57bdcfbf25f15967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Skaaden?= Date: Tue, 5 Mar 2019 07:51:59 +0100 Subject: [PATCH] =?UTF-8?q?Update=20=C3=98ving=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oving 8/Oving 8/MeetingWindow.cpp | 3 --- Oving 8/Oving 8/MeetingWindow.h | 2 +- Oving 8/Oving 8/main.cpp | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) 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")