change boolean to integer (same C++ storage size, so no other changes needed)

(no reviewer, this is trivial as it was already being used as an integer)
This commit is contained in:
alecf%netscape.com 2000-05-22 22:00:14 +00:00
parent 1b23366994
commit b8ee80483c

View File

@ -30,7 +30,7 @@ interface nsIPop3IncomingServer : nsISupports {
attribute boolean authLogin;
attribute boolean dotFix;
attribute boolean limitMessageSize;
attribute boolean maxMessageSize;
attribute long maxMessageSize;
attribute unsigned long pop3CapabilityFlags;
};