abdul-rehman-2050/SR7SEGNM

compilation error, segChar array initialization error

Closed this issue · 1 comments

When compiling code, It complains that the segChar array is not properly initialized. That was because of wrong initialization of const array in class definition.

just fixed this issue by changing the declaration and definition.