Skip to content
Extraits de code Groupes Projets
Valider 4ad4a754 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix compilation on Linux

parent 1f932803
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -117,7 +117,7 @@ void TXTSubtitleFormat::ReadFile(AssFile *target, wxString const& filename, wxSt ...@@ -117,7 +117,7 @@ void TXTSubtitleFormat::ReadFile(AssFile *target, wxString const& filename, wxSt
// Sets line up // Sets line up
AssDialogue *line = new AssDialogue; AssDialogue *line = new AssDialogue;
line->Actor = isComment ? wxEmptyString : actor; line->Actor = isComment ? wxString() : actor;
line->Comment = isComment; line->Comment = isComment;
line->Text = value; line->Text = value;
line->End = 0; line->End = 0;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter