diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_api.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 5524323f9a..59985b792f 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -143,6 +143,7 @@ type type
PCMPlugin = ^CMPlugin;
CMPlugin = record
+ vft : pointer; // virtual function table
m_hInst : THANDLE;
m_szModule : PAnsiChar;
m_pInfo : PPLUGININFOEX;
|