- removed type stuff
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@885 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -10,7 +10,7 @@ class NullSource : public Block
|
||||
{
|
||||
public:
|
||||
NullSource(size_t bufSize)
|
||||
: Block(0, 1, DType::None, DType::Double)
|
||||
: Block(0, 1)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user