~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/compositor/intern/COM_Node.cpp

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
//#include <stdio.h>
40
40
#include "COM_defines.h"
41
41
 
42
 
Node::Node(bNode *editorNode, bool create_sockets): NodeBase()
 
42
Node::Node(bNode *editorNode, bool create_sockets) : NodeBase()
43
43
{
44
44
        setbNode(editorNode);
45
45