mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 07:01:25 +01:00
FIX: Made LinkingHtmlWindow available to modules.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user