Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-11-01 01:09:46 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-11-01 01:09:46 +0300
commitbf13f1a2639c68eb32827929bacf9bda396c1a14 (patch)
tree0cee631983d67ba987f6daea823f96bd0fc956fc
parent26e440838fe6e638a1e879698b1686d66623cd8b (diff)
Cycles: Code cleanup, proper class vs. struct declaration
-rw-r--r--intern/cycles/util/util_logging.h2
1 files changed, 1 insertions, 1 deletions
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);