Old code assumes that a NodeParam's parent will always be a Node. The function has been separated off and tweaked in the event that this is not the case.
7 lines
55 B
C++
7 lines
55 B
C++
#include "inputarray.h"
|
|
|
|
InputArray::InputArray()
|
|
{
|
|
|
|
}
|