1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Clean up most remaining MSVC warnings.

This commit is contained in:
James Crook
2018-01-06 13:03:48 +00:00
parent b2f8cf180f
commit d2fe7b1757
21 changed files with 685 additions and 667 deletions

View File

@@ -16,7 +16,7 @@
void wxTabTraversalWrapperCharHook(wxKeyEvent &event);
template <typename Base>
class wxTabTraversalWrapper : public Base
class AUDACITY_DLL_API wxTabTraversalWrapper : public Base
{
public:
template <typename... Args>
@@ -32,7 +32,7 @@ public:
}
};
class wxPanelWrapper : public wxTabTraversalWrapper<wxPanel>
class AUDACITY_DLL_API wxPanelWrapper : public wxTabTraversalWrapper<wxPanel>
{
public:
// Constructors