Commit: bf13f1a2639c68eb32827929bacf9bda396c1a14
Author: Sergey Sharybin
Date:   Sat Nov 1 03:09:46 2014 +0500
Branches: master
https://developer.blender.org/rBbf13f1a2639c68eb32827929bacf9bda396c1a14

Cycles: Code cleanup, proper class vs. struct declaration

===================================================================

M       intern/cycles/util/util_logging.h

===================================================================

diff --git a/intern/cycles/util/util_logging.h 
b/intern/cycles/util/util_logging.h
index 991789e..2c54550 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);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to