fixup! Caught an unhandled exception from libsndfile
This commit is contained in:
parent
1e6a0e635b
commit
016fd28d34
|
|
@ -183,6 +183,9 @@ class MainFrame : public wxFrame
|
|||
// -------------------------------------------------------------------
|
||||
wxLongLong m_LoopA, m_LoopB;
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
wxSystemAppearance m_Theme = wxSystemSettings::GetAppearance();
|
||||
|
||||
private:
|
||||
// -------------------------------------------------------------------
|
||||
bool bAutoplay = false;
|
||||
|
|
@ -259,6 +262,10 @@ class MainFrame : public wxFrame
|
|||
// Frame resize event handler
|
||||
void OnResizeFrame(wxSizeEvent& event);
|
||||
|
||||
// Splitter window sash pos event handler
|
||||
void OnTopSplitterSashPosChanged(wxSplitterEvent& event);
|
||||
void OnBottomSplitterSashPosChanged(wxSplitterEvent& event);
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Timer update event handler
|
||||
void UpdateElapsedTime(wxTimerEvent& event);
|
||||
|
|
|
|||
Loading…
Reference in New Issue