mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix uninitialized variable
This commit is contained in:
parent
5aa7c955f1
commit
2ab7500e3e
|
@ -25,7 +25,7 @@ protected:
|
|||
|
||||
private:
|
||||
Ui::DebuggerConsole m_ui;
|
||||
int m_historyOffset;
|
||||
int m_historyOffset = 0;
|
||||
|
||||
DebuggerConsoleController* m_consoleController;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue