(svn r18886) -Fix (r18884): Spurious casting

This commit is contained in:
peter1138
2010-01-22 15:34:22 +00:00
parent bb71c61ee1
commit 16e621c939

View File

@@ -105,7 +105,7 @@ public:
FORCEINLINE size_t Remaining() const FORCEINLINE size_t Remaining() const
{ {
return (int)(end - data); return end - data;
} }
FORCEINLINE bool HasData() const FORCEINLINE bool HasData() const