diff options
Diffstat (limited to 'src/T2DLL/LArray.cpp')
-rw-r--r-- | src/T2DLL/LArray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/LArray.cpp b/src/T2DLL/LArray.cpp index 647162f..da569e0 100644 --- a/src/T2DLL/LArray.cpp +++ b/src/T2DLL/LArray.cpp @@ -122,7 +122,7 @@ void LArray::SetKeepSorted(int keepSorted) { return 0; } -/*virtual*/ int LArray::FetchItemAt(int index, void* outItem) const { +/*virtual*/ BOOL LArray::FetchItemAt(int index, void* outItem) const { #line 123 _ASSERT(index > 0); |