Fixed compiler warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2003-01-30 04:28:39 +00:00
parent c11218da2c
commit cb07412522
5 changed files with 6 additions and 5 deletions

View file

@ -1543,7 +1543,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
{
NSGraphicsContext *ctxt = GSCurrentContext();
NSRect wrect;
int window_gstate;
int window_gstate = 0;
if (viewIsPrinting == nil)
{