summaryrefslogtreecommitdiff
path: root/tools/inc/tools/mempool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/mempool.hxx')
-rw-r--r--tools/inc/tools/mempool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/inc/tools/mempool.hxx b/tools/inc/tools/mempool.hxx
index a96a024d4b27..4c6c68ab0dd9 100644
--- a/tools/inc/tools/mempool.hxx
+++ b/tools/inc/tools/mempool.hxx
@@ -41,9 +41,9 @@ class TOOLS_DLLPUBLIC FixedMemPool
FixedMemPool_Impl * m_pImpl;
public:
- FixedMemPool( USHORT nTypeSize,
- USHORT nInitSize = 512,
- USHORT nGrowSize = 256 );
+ FixedMemPool( sal_uInt16 nTypeSize,
+ sal_uInt16 nInitSize = 512,
+ sal_uInt16 nGrowSize = 256 );
~FixedMemPool();
void* Alloc();