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
1 changed files with 1 additions and 1 deletions

View File

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