Switch to unified view

a/src/ohreceiver.hxx b/src/ohreceiver.hxx
...
...
76
    std::shared_ptr<ExecCmd> m_cmd;
76
    std::shared_ptr<ExecCmd> m_cmd;
77
    int m_httpport;
77
    int m_httpport;
78
    std::string m_sc2mpdpath;
78
    std::string m_sc2mpdpath;
79
    std::string m_httpuri;
79
    std::string m_httpuri;
80
    OHReceiverParams::PlayMethod m_pm;
80
    OHReceiverParams::PlayMethod m_pm;
81
    ConfSimple *m_conf;
81
    ConfSimple *m_conf{0};
82
};
82
};
83
83
84
#endif /* _OHRECEIVER_H_X_INCLUDED_ */
84
#endif /* _OHRECEIVER_H_X_INCLUDED_ */