Ejemplo n.º 1
0
TextLineBase::TextLineBase(const TextLineBase& e)
   : SLine(e)
      {
      for (P_ID pid : pids)
            setProperty(pid, e.getProperty(pid));
      }