1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Fix clang/gnu compiler warnings

This commit is contained in:
reuk 2021-06-02 15:58:43 +01:00
parent db2a809832
commit 7ac6911ccc
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
45 changed files with 955 additions and 844 deletions

View file

@ -97,8 +97,6 @@ public:
SetWindowLongPtr (messageWindow.getHWND(), GWLP_USERDATA, (LONG_PTR) this);
}
virtual ~DeviceChangeDetector() {}
virtual void systemDeviceChanged() = 0;
void triggerAsyncDeviceChangeCallback()