- 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
@@ -12,7 +12,7 @@ class TestBlock : public Block
{
public:
TestBlock(size_t bufSize)
: Block(1, 1, DType::Double, DType::Double)
: Block(1, 1)
, m_buf_in(bufSize)
{