mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 08:29:27 +02:00
FIX: Made LinkingHtmlWindow available to modules.
This commit is contained in:
parent
b45d9ae327
commit
214b405646
@ -32,7 +32,7 @@ around to new positions.
|
||||
/// HtmlWindow Class
|
||||
////////////////////////////////////////////////////////////
|
||||
|
||||
class HtmlWindow:public wxHtmlWindow
|
||||
class AUDACITY_DLL_API HtmlWindow:public wxHtmlWindow
|
||||
{
|
||||
public:
|
||||
HtmlWindow(wxWindow *parent,
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
void OpenInDefaultBrowser(const wxHtmlLinkInfo& link);
|
||||
|
||||
class LinkingHtmlWindow : public HtmlWindow
|
||||
class AUDACITY_DLL_API LinkingHtmlWindow : public HtmlWindow
|
||||
{
|
||||
public:
|
||||
LinkingHtmlWindow(wxWindow *parent, wxWindowID id = -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user