mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 23:32:33 +02:00
LCL: wslclclasses, increased VIRTUAL_VMT_COUNT const from 100 to 128, to be able to add more methods to ws classes.
git-svn-id: trunk@43222 -
This commit is contained in:
parent
8ae328f260
commit
e48f39d20f
@ -116,7 +116,8 @@ const
|
||||
// To my knowledge there is no way to tell the size of the
|
||||
// VMT of a given class.
|
||||
// Assume we have no more than 100 virtual entries
|
||||
VIRTUAL_VMT_COUNT = 100;
|
||||
// 12.10.2013 - changed to 128, since we cannot add more methods in ws classes.zeljko.
|
||||
VIRTUAL_VMT_COUNT = 128;
|
||||
VIRTUAL_VMT_SIZE = vmtMethodStart + VIRTUAL_VMT_COUNT * SizeOf(Pointer);
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user