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:
parent
6ffc998fa4
commit
7caab2721e
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,8 @@ struct NetworkServiceDiscovery
|
|||
void handleMessage (const XmlElement&);
|
||||
void handleMessage (const Service&);
|
||||
void removeTimedOutServices();
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AvailableServiceList)
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue