Skip to content

Commit

Permalink
Merge pull request #579 from DOCGroup/jwillemsen-patch-2
Browse files Browse the repository at this point in the history
Fixed mingw error
  • Loading branch information
jwillemsen committed Feb 25, 2018
2 parents 61beb04 + 7ff4828 commit 7675cb7
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 7675cb7

Please sign in to comment.