diff options
-rw-r--r-- | include/delphi/m_api.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 29f340073e..09b84c6a33 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -134,7 +134,7 @@ type authorEmail:PAnsiChar;
copyright :PAnsiChar;
homepage :PAnsiChar;
- flags :Byte; // right now the only flag, UNICODE_AWARE, is recognized here
+ flags :Integer; // right now the only flag, UNICODE_AWARE, is recognized here
uuid :MUUID; // plugin's unique identifier
end;
|