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

This commit is contained in:
peter1138
2010-01-22 15:34:22 +00:00
parent 1eb13f41f2
commit d9ad199b55

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