| 502 | FileRatingList m_FileRatingList; |
| 503 | const FileRatingList &GetFileRatingList() { return m_FileRatingList; } |
| 504 | void ClearFileRatingList() { m_FileRatingList.clear(); } |
| 505 | void AddFileRatingList(const wxString & u, const wxString & f, sint16 r, const wxString & c) { |
| 506 | m_FileRatingList.push_back(SFileRating(u, f, r, c)); } |
| 507 |
no test coverage detected