t / t4018 / cpp-class-constructor-mem-initon commit t7005-editor: get rid of the SPACES_IN_FILENAMES prereq (4362da0)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}