Ticket #7703: mythevent_clone_mythtv_r22953.patch

File mythevent_clone_mythtv_r22953.patch, 485 bytes (added by mythtv@…, 14 years ago)
  • libs/libmyth/output.h

     
    6565    const int &precision() const { return prec; }
    6666    const int &channels() const { return chan; }
    6767
    68     virtual OutputEvent *clone() { return new OutputEvent(*this); };
     68    virtual OutputEvent *clone() const { return new OutputEvent(*this); };
    6969
    7070private:
    7171    QString *error_msg;