mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 06:05:11 +00:00
Solving for good github's compile bug
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user