]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/textfile/textfiletest.cpp
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer...
[wxWidgets.git] / tests / textfile / textfiletest.cpp
index 01b6da60af875e8287d4b6a7b2d6dbf342e3407c..821cd76fef39e2b2de8013f763dbe206027a6010 100644 (file)
@@ -64,7 +64,7 @@ private:
     // create the test file with the given contents
     static void CreateTestFile(const char *contents)
     {
     // 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
     }
 
     // create the test file with the given contents (version must be used if