Browse Source

Windows: Fix a compile error when JUCE_DLL_BUILD=1

tags/2021-05-28
ed 6 years ago
parent
commit
7caab2721e
1 changed files with 2 additions and 0 deletions
  1. +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)
};
};


Loading…
Cancel
Save