X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c763f5a2395147ecf05f24ae09b92e29fe16c0f..6c91ea6f898a595a27686f2f1dd4cdb633a9eb16:/tests/textfile/textfiletest.cpp?ds=sidebyside diff --git a/tests/textfile/textfiletest.cpp b/tests/textfile/textfiletest.cpp index 01b6da60af..821cd76fef 100644 --- a/tests/textfile/textfiletest.cpp +++ b/tests/textfile/textfiletest.cpp @@ -64,7 +64,7 @@ private: // create the test file with the given contents static void CreateTestFile(const char *contents) { - return CreateTestFile(strlen(contents), contents); + CreateTestFile(strlen(contents), contents); } // create the test file with the given contents (version must be used if