From bf13f1a2639c68eb32827929bacf9bda396c1a14 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 1 Nov 2014 03:09:46 +0500 Subject: [PATCH] Cycles: Code cleanup, proper class vs. struct declaration --- intern/cycles/util/util_logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/util/util_logging.h b/intern/cycles/util/util_logging.h index 991789e7460..2c5455051a4 100644 --- a/intern/cycles/util/util_logging.h +++ b/intern/cycles/util/util_logging.h @@ -43,7 +43,7 @@ public: #endif -class float3; +struct float3; std::ostream& operator <<(std::ostream &os, const float3 &value);