]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/search.cpp
automtn.cpp removed for Borland compilation
[wxWidgets.git] / src / html / search.cpp
index aab3906fd5206990fb7a4144f92018dd5511c711..506f382db7917a813ed38cd075352664c48cdfef 100644 (file)
@@ -50,7 +50,7 @@ bool wxSearchEngine::Scan(wxInputStream *stream)
     wxASSERT_MSG(m_Keyword != NULL, _("wxSearchEngine::LookFor must be called before scanning!"));
 
     int i, j;
-    int lng = stream -> StreamSize();
+    int lng = stream ->GetSize();
     int wrd = strlen(m_Keyword);
     bool found = FALSE;
     char *buf = (char*) malloc(lng + 1);