mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 16:47:41 +02:00
fix Linux build
This commit is contained in:
parent
b4d6f5f03a
commit
5b315be2eb
@ -107,7 +107,7 @@ private:
|
|||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
};
|
};
|
||||||
|
|
||||||
BEGIN_EVENT_TABLE(TipPanel, wxPopupWindow)
|
BEGIN_EVENT_TABLE(TipPanel, wxFrame)
|
||||||
EVT_PAINT(TipPanel::OnPaint)
|
EVT_PAINT(TipPanel::OnPaint)
|
||||||
#if defined(__WXGTK__)
|
#if defined(__WXGTK__)
|
||||||
EVT_WINDOW_CREATE(TipPanel::OnCreate)
|
EVT_WINDOW_CREATE(TipPanel::OnCreate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user