Removed a stray '#'

This commit is contained in:
Charles Dang 2023-04-09 21:04:06 -04:00
parent dbc980fc65
commit b94d360886

View File

@ -257,7 +257,7 @@ public:
actions::undo_list& get_undo_stack() { return undo_stack(); }
bool is_browsing() const override;
#
class hotkey_handler;
virtual replay_controller * get_replay_controller() const { return nullptr; }