t / t4018 / cpp-class-definition-derivedon commit replace-object: add repository argument to prepare_replace_object (fe6d34d)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};