fix for struct definition building with msvc2008 and some style cleanup.

This commit is contained in:
2013-03-24 01:19:55 +00:00
parent d9eadf442e
commit 92d7955d13
18 changed files with 41 additions and 42 deletions

View File

@@ -166,7 +166,7 @@ OutputOpenExrLayer::OutputOpenExrLayer(const char *name_, DataType datatype_)
}
OutputOpenExrMultiLayerOperation::OutputOpenExrMultiLayerOperation(
const RenderData *rd, const bNodeTree *tree, const char *path, char exr_codec)
const RenderData *rd, const bNodeTree *tree, const char *path, char exr_codec)
{
this->m_rd = rd;
this->m_tree = tree;