From 931c3cf69bb375e9fc4982478913c51fe87103e0 Mon Sep 17 00:00:00 2001 From: NovaSquirrel Date: Thu, 8 Oct 2020 20:50:36 -0400 Subject: [PATCH] Fix clang compile issues --- Core/Console.h | 2 +- Core/HistoryViewer.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Core/Console.h b/Core/Console.h index f49d190..acfd904 100644 --- a/Core/Console.h +++ b/Core/Console.h @@ -165,7 +165,7 @@ public: shared_ptr GetControlManager(); shared_ptr GetDmaController(); shared_ptr GetMsu1(); - HistoryViewer* Console::GetHistoryViewer(); + HistoryViewer* GetHistoryViewer(); shared_ptr GetDebugger(bool autoStart = true); void StopDebugger(); diff --git a/Core/HistoryViewer.cpp b/Core/HistoryViewer.cpp index 075ed33..cbe2993 100644 --- a/Core/HistoryViewer.cpp +++ b/Core/HistoryViewer.cpp @@ -1,4 +1,3 @@ -#pragma once #include "stdafx.h" #include "HistoryViewer.h" #include "RewindData.h"