Skip to content

Commit

Permalink
Update Utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Mar 7, 2024
1 parent 7db06d5 commit 99a7166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class Utils {

std::string splashText = buffer.str();

splashSplit = Utils::splitString(splashText, L"\n");
splashSplit = Utils::splitString(splashText, "\n");
hasBeenGenerated = true;
}

Expand Down

0 comments on commit 99a7166

Please sign in to comment.