stule cleanup: node headers
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
#include "COM_Node.h"
|
||||
|
||||
/**
|
||||
* @brief TranslateNode
|
||||
* @ingroup Node
|
||||
*/
|
||||
class TranslateNode: public Node {
|
||||
* @brief TranslateNode
|
||||
* @ingroup Node
|
||||
*/
|
||||
class TranslateNode : public Node {
|
||||
public:
|
||||
TranslateNode(bNode *editorNode);
|
||||
void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
|
||||
void convertToOperations(ExecutionSystem *graph, CompositorContext *context);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user