diff --git a/aegisub/src/dialog_kanji_timer.cpp b/aegisub/src/dialog_kanji_timer.cpp index c289b1eac..cf7c04a92 100644 --- a/aegisub/src/dialog_kanji_timer.cpp +++ b/aegisub/src/dialog_kanji_timer.cpp @@ -67,8 +67,8 @@ class KaraokeLineMatchDisplay : public wxControl { MatchSyllable(int _dur, const wxString &_text) : dur(_dur), text(_text) { } }; struct MatchGroup { - std::vector src; - typedef std::vector::iterator SrcIterator; + std::vector src; + typedef std::vector::iterator SrcIterator; wxString dst; int duration; int last_render_width; @@ -79,8 +79,8 @@ class KaraokeLineMatchDisplay : public wxControl { std::vector matched_groups; typedef std::vector::iterator MatchedGroupIterator; // Unmatched source syllables - std::deque unmatched_source; - typedef std::deque::iterator UnmatchedSourceIterator; + std::deque unmatched_source; + typedef std::deque::iterator UnmatchedSourceIterator; // Unmatched destination text wxString unmatched_destination;