wxWidgets/tests/textfile
Vadim Zeitlin 023ee99ea7 Don't crash in wxTextFile::GetLastLine() if the file is empty
Just return a reference to an empty wxString, as GetFirstLine() already does
(although this is actually questionable -- what if this string is modified?).

See #17283.
2016-06-09 16:48:01 +02:00
..
textfiletest.cpp Don't crash in wxTextFile::GetLastLine() if the file is empty 2016-06-09 16:48:01 +02:00