Switch to unified view

a/src/ohradio.hxx b/src/ohradio.hxx
...
...
76
    // Current channel id set by setId
76
    // Current channel id set by setId
77
    unsigned int m_id; 
77
    unsigned int m_id; 
78
    // MPD song id for the radio uri, or 0
78
    // MPD song id for the radio uri, or 0
79
    int m_songid;
79
    int m_songid;
80
80
81
    MpdState m_mpdsavedstate;
82
83
    bool m_ok;
81
    bool m_ok;
84
};
82
};
85
83
86
#endif /* _OHRADIO_H_X_INCLUDED_ */
84
#endif /* _OHRADIO_H_X_INCLUDED_ */