Skip to content

Commit

Permalink
[Ref] Add missing override.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21650 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 20, 2024
1 parent d37be15 commit 36d4cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/Globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class CModScrollView: public CScrollView
virtual LRESULT OnModViewMsg(WPARAM wParam, LPARAM lParam);
virtual BOOL OnDragonDrop(BOOL, const DRAGONDROP *) { return FALSE; }
virtual LRESULT OnPlayerNotify(Notification *) { return 0; }
BOOL PreTranslateMessage(MSG *pMsg);
BOOL PreTranslateMessage(MSG *pMsg) override;
//}}AFX_VIRTUAL

CModControlDlg *GetControlDlg() { return static_cast<CModControlView *>(CWnd::FromHandle(m_hWndCtrl))->GetCurrentControlDlg(); }
Expand Down

0 comments on commit 36d4cf1

Please sign in to comment.