Scheduler: Fix stupid typing error
g0dil [Mon, 20 Oct 2008 19:09:43 +0000 (19:09 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@939 270642c3-0616-0410-b53a-bc976706d245

Scheduler/ReadHelper.hh

index 976c4ae..85965e5 100644 (file)
@@ -129,7 +129,7 @@ namespace senf {
     private:
         struct InternalPredicate;
 
-        ReadHelper(Handle handle, std::string::size_teyp maxSize,  
+        ReadHelper(Handle handle, std::string::size_type maxSize,  
                    InternalPredicate * predicate, Callback cb);
 
         static void dispatchProcess(ptr helper, Handle handle, int event);