Skip to content

Commit

Permalink
Fixed mingw error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Feb 25, 2018
1 parent b93453d commit 7ff4828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ACE/ace/WFMO_Reactor.h
Expand Up @@ -71,11 +71,10 @@ int WSAEnumNetworkEvents (SOCKET s,

#endif /* !defined ACE_HAS_WINSOCK2 */

class ACE_WFMO_Reactor_Test; // Must be out of versioned namespace.

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

// Forward decl.
class ACE_WFMO_Reactor_Test;
class ACE_WFMO_Reactor;
class ACE_Handle_Set;

Expand Down

0 comments on commit 7ff4828

Please sign in to comment.