8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2009-09-10 06:04:54 +00:00
parent 8cb529d0f8
commit 38b621fd1b

View File

@ -38,7 +38,7 @@ template <typename C>
class OutAligner
{
private:
UCHAR* userBuffer;
UCHAR* const userBuffer;
#ifdef RISC_ALIGNMENT
Firebird::HalfStaticArray<C, BUFFER_SMALL> localBuffer;
ULONG bSize;