]> git.sesse.net Git - cubemap/blobdiff - client.h
Fix incorrect struct/class in forward declares (found by Clang).
[cubemap] / client.h
index 87fa71862995d90c0f2833631d12eff97bef81a9..ff07a7b2ebe629efe5951ad9f9b408bad5b669be 100644 (file)
--- a/client.h
+++ b/client.h
@@ -7,7 +7,7 @@
 #include <string>
 
 class ClientProto;
-class Stream;
+struct Stream;
 
 // Digested statistics for writing to logs etc.
 struct ClientStats {