compiler/libec: (#341, #351, #644, #771) Improved enum type matching and type handlin...
[sdk] / ecere / src / net / HTTPFile.ec
index e90f3d8..85f6717 100644 (file)
@@ -821,7 +821,7 @@ private:
       return eof;
    }
 
-   bool GetSize()
+   uint GetSize()
    {
       return totalSize;
    }