Browse Source

Fix SystemAddress forward declaration

1vanK 3 years ago
parent
commit
5eca7c75af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Network/Connection.h

+ 1 - 1
Source/Urho3D/Network/Connection.h

@@ -14,7 +14,7 @@
 
 namespace SLNet
 {
-    class SystemAddress;
+    struct SystemAddress;
     struct AddressOrGUID;
     struct RakNetGUID;
     struct Packet;