Cycles: Code cleanup, proper class vs. struct declaration

This commit is contained in:
Sergey Sharybin 2014-11-01 03:09:46 +05:00
parent 26e440838f
commit bf13f1a263

@ -43,7 +43,7 @@ public:
#endif #endif
class float3; struct float3;
std::ostream& operator <<(std::ostream &os, std::ostream& operator <<(std::ostream &os,
const float3 &value); const float3 &value);