Fix clang compile issues
This commit is contained in:
parent
117e6265b0
commit
931c3cf69b
2 changed files with 1 additions and 2 deletions
|
@ -165,7 +165,7 @@ public:
|
|||
shared_ptr<ControlManager> GetControlManager();
|
||||
shared_ptr<DmaController> GetDmaController();
|
||||
shared_ptr<Msu1> GetMsu1();
|
||||
HistoryViewer* Console::GetHistoryViewer();
|
||||
HistoryViewer* GetHistoryViewer();
|
||||
|
||||
shared_ptr<Debugger> GetDebugger(bool autoStart = true);
|
||||
void StopDebugger();
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#pragma once
|
||||
#include "stdafx.h"
|
||||
#include "HistoryViewer.h"
|
||||
#include "RewindData.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue