mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-20 13:52:31 +00:00
Solving for good github's compile bug
This commit is contained in:
@@ -12,7 +12,7 @@ namespace ComSquare::Debugger
|
||||
{
|
||||
MemoryBusDebug::MemoryBusDebug(SNES &snes, const Memory::MemoryBus &bus)
|
||||
: MemoryBus(bus),
|
||||
_window(new ClosableWindow(*this, &MemoryBusDebug::disableViewer)),
|
||||
_window(new ClosableWindow<MemoryBusDebug>(*this, &MemoryBusDebug::disableViewer)),
|
||||
_snes(snes),
|
||||
_ui(),
|
||||
_model(),
|
||||
|
||||
Reference in New Issue
Block a user