1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-16 08:37:42 +02:00

fix Linux build

This commit is contained in:
Paul Licameli 2016-06-22 14:24:19 -04:00
parent b4d6f5f03a
commit 5b315be2eb

View File

@ -107,7 +107,7 @@ private:
DECLARE_EVENT_TABLE()
};
BEGIN_EVENT_TABLE(TipPanel, wxPopupWindow)
BEGIN_EVENT_TABLE(TipPanel, wxFrame)
EVT_PAINT(TipPanel::OnPaint)
#if defined(__WXGTK__)
EVT_WINDOW_CREATE(TipPanel::OnCreate)