- 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:
2022-05-29 08:44:22 +00:00
parent fb89ad3864
commit 49dbb70de7
4 changed files with 4 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class NullSource : public Block
{
public:
NullSource(size_t bufSize)
: Block(0, 1, DType::None, DType::Double)
: Block(0, 1)
{
}