[Orxonox-commit 2732] r7437 - code/branches/ipv6/src/libraries/network/packet
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Sep 12 23:28:10 CEST 2010
Author: rgrieder
Date: 2010-09-12 23:28:10 +0200 (Sun, 12 Sep 2010)
New Revision: 7437
Modified:
code/branches/ipv6/src/libraries/network/packet/ServerInformation.h
Log:
Fixed msvc build.
Modified: code/branches/ipv6/src/libraries/network/packet/ServerInformation.h
===================================================================
--- code/branches/ipv6/src/libraries/network/packet/ServerInformation.h 2010-09-12 20:59:09 UTC (rev 7436)
+++ code/branches/ipv6/src/libraries/network/packet/ServerInformation.h 2010-09-12 21:28:10 UTC (rev 7437)
@@ -59,7 +59,7 @@
}
- _UtilExport std::ostream& operator<<(std::ostream& out, const ENetAddress& address);
+ _NetworkExport std::ostream& operator<<(std::ostream& out, const ENetAddress& address);
}
#endif // SERVERINFORMATION_H
More information about the Orxonox-commit
mailing list