From 733db7250adec94f077d26d73f80ed8021f839b3 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 29 Dec 2019 20:22:05 -0330 Subject: [PATCH] Fix typo that caused entering the debugger to crash. --- src/debugger/gui/RomListWidget.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debugger/gui/RomListWidget.hxx b/src/debugger/gui/RomListWidget.hxx index 19afa7753..622aa4541 100644 --- a/src/debugger/gui/RomListWidget.hxx +++ b/src/debugger/gui/RomListWidget.hxx @@ -101,7 +101,7 @@ class RomListWidget : public EditableWidget Common::Base::Fmt _base{Common::Base::Fmt::_DEFAULT}; // base used during editing const CartDebug::Disassembly* myDisasm{nullptr}; - vector myCheckList{nullptr}; + vector myCheckList; private: // Following constructors and assignment operators not supported