From 935f28aa35d0be5fe5d6d738473205529f207925 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 14 Jul 2014 21:18:37 +0200 Subject: [PATCH] Type fix. That that even compiled :/ --- libraries/shared/src/StreamUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/StreamUtils.h b/libraries/shared/src/StreamUtils.h index c9356eaca2..6d00c0e354 100644 --- a/libraries/shared/src/StreamUtils.h +++ b/libraries/shared/src/StreamUtils.h @@ -40,7 +40,7 @@ QDataStream& operator>>(QDataStream& in, glm::quat& quaternion); #ifdef DEBUG class CollisionInfo; class SphereShape; -class CapsuleShape.h; +class CapsuleShape; std::ostream& operator<<(std::ostream& s, const CollisionInfo& c); std::ostream& operator<<(std::ostream& s, const SphereShape& shape); std::ostream& operator<<(std::ostream& s, const CapsuleShape& capsule);