Skip to content

Commit 47571f0

Browse files
Minor bugfix, declaring class member storing template feature as static const
1 parent 2ca1b77 commit 47571f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Utils/include/DPLUtils/RawParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class RawParser
353353
{
354354
public:
355355
using buffer_type = unsigned char;
356-
size_t max_size = MAX_SIZE;
356+
static size_t const max_size = MAX_SIZE;
357357
using self_type = RawParser<MAX_SIZE>;
358358

359359
RawParser() = delete;

0 commit comments

Comments
 (0)