Mercurial > minori
diff include/gui/translate/anilist.h @ 63:3d2decf093bb
*: fix many clang warnings
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:39:47 -0400 |
parents | cde8f67a7c7d |
children | 3ec7804abf17 |
line wrap: on
line diff
--- a/include/gui/translate/anilist.h Sun Oct 01 06:16:06 2023 -0400 +++ b/include/gui/translate/anilist.h Sun Oct 01 06:39:47 2023 -0400 @@ -2,12 +2,14 @@ #define __gui__translate__anilist_h #include "core/anime.h" -namespace Translate::AniList { +namespace Translate { +namespace AniList { Anime::SeriesStatus ToSeriesStatus(std::string status); Anime::SeriesSeason ToSeriesSeason(std::string season); Anime::SeriesFormat ToSeriesFormat(std::string format); -} +} // namespace AniList +} // namespace Translate #endif // __gui__translate__anilist_h