mirror of https://github.com/stella-emu/stella.git
Fix typo that caused entering the debugger to crash.
This commit is contained in:
parent
3e3b9b3d50
commit
733db7250a
|
@ -101,7 +101,7 @@ class RomListWidget : public EditableWidget
|
||||||
Common::Base::Fmt _base{Common::Base::Fmt::_DEFAULT}; // base used during editing
|
Common::Base::Fmt _base{Common::Base::Fmt::_DEFAULT}; // base used during editing
|
||||||
|
|
||||||
const CartDebug::Disassembly* myDisasm{nullptr};
|
const CartDebug::Disassembly* myDisasm{nullptr};
|
||||||
vector<CheckboxWidget*> myCheckList{nullptr};
|
vector<CheckboxWidget*> myCheckList;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Following constructors and assignment operators not supported
|
// Following constructors and assignment operators not supported
|
||||||
|
|
Loading…
Reference in New Issue