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

Windows: Fix a compile error when JUCE_DLL_BUILD=1

This commit is contained in:
ed 2019-01-14 12:41:20 +00:00
parent 6ffc998fa4
commit 7caab2721e

View file

@ -120,6 +120,8 @@ struct NetworkServiceDiscovery
void handleMessage (const XmlElement&);
void handleMessage (const Service&);
void removeTimedOutServices();
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AvailableServiceList)
};
};