This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Windows: Fix a compile error when JUCE_DLL_BUILD=1
tags/2021-05-28
ed
6 years ago
parent
6ffc998fa4
commit
7caab2721e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_events/interprocess/juce_NetworkServiceDiscovery.h
+ 2
- 0
modules/juce_events/interprocess/juce_NetworkServiceDiscovery.h
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)
};
};
Write
Preview
Loading…
Cancel
Save