We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2b475 commit e9ff26fCopy full SHA for e9ff26f
unirec/include/unirec++/unirecRecord.hpp
@@ -339,7 +339,7 @@ class UnirecRecord {
339
if (ur_is_array(fieldID)) {
340
expectedType = getExpectedUnirecType<RequiredType*>();
341
} else {
342
- expectedType = getExpectedUnirecType<RequiredType*>();
+ expectedType = getExpectedUnirecType<RequiredType>();
343
}
344
345
if (expectedType != ur_get_type(fieldID)) {
0 commit comments