Trying to fix a compilation bug on github's docker

This commit is contained in:
Anonymus Raccoon
2020-03-25 18:10:14 +01:00
parent df50506cc7
commit 284770d61a
+1 -1
View File
@@ -14,7 +14,7 @@ namespace ComSquare::Debugger
{
CPUDebug::CPUDebug(CPU &basicCPU, SNES &snes)
: CPU(basicCPU),
_window(new ClosableWindow(*this, &CPUDebug::disableDebugger)),
_window(new ClosableWindow<CPUDebug>(*this, &CPUDebug::disableDebugger)),
_ui(),
_snes(snes)
{