[Bf-blender-cvs] [bf13f1a] master: Cycles: Code cleanup, proper class vs. struct declaration

Sergey Sharybin noreply at git.blender.org
Fri Oct 31 23:10:03 CET 2014


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);




More information about the Bf-blender-cvs mailing list