mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix uninitialized variable
This commit is contained in:
parent
1723a353c2
commit
530b997d7e
|
@ -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