Skip to content

Commit 6cf395a

Browse files
authored
Merge pull request #660 from kontex-neuro/cpp20
C++20: remove <T> from StreamSettings ctor/dtor
2 parents 1baa383 + 3cae6cf commit 6cf395a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Processors/Settings/DataStream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ template <class T>
171171
class StreamSettings
172172
{
173173
public:
174-
StreamSettings<T>() {}
174+
StreamSettings() {}
175175

176-
~StreamSettings<T>() {}
176+
~StreamSettings() {}
177177

178178
void update (Array<const DataStream*> streams)
179179
{

0 commit comments

Comments
 (0)