Solving for good github's compile bug

This commit is contained in:
Anonymus Raccoon
2020-03-25 18:24:58 +01:00
parent 4d8854cfd6
commit 3086d40e29
4 changed files with 4 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ namespace ComSquare::Debugger
{
APUDebug::APUDebug(APU &apu, SNES &snes) :
APU(apu),
_window(new ClosableWindow(*this, &APUDebug::disableDebugger)),
_window(new ClosableWindow<APUDebug>(*this, &APUDebug::disableDebugger)),
_ui(),
_snes(snes)
{