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:
@@ -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
|
||||
|
Reference in New Issue
Block a user