1
0
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:
james.k.crook@gmail.com 2011-04-25 21:25:21 +00:00
parent b45d9ae327
commit 214b405646
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,