Fixed build with csc. Thanks Mike!

svn path=/trunk/gtk-sharp/; revision=9520
This commit is contained in:
Gonzalo Paniagua Javier 2002-12-10 07:00:48 +00:00
parent f88c5e2603
commit 3b3535767f

View File

@ -40,7 +40,7 @@ namespace GLib {
All = 255,
FlagMask = 3,
LevelMask = (uint) ~3
LevelMask = (uint) 0xFFFFFFFC
}
public class Log {