From ce7ebf5f451b67f5ced3dbc8981be5fa8d8a5329 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 16 Mar 1999 20:35:48 +0000 Subject: [PATCH] Fixed typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3940 72102866-910b-0410-8b05-ffd578937521 --- Source/NSColorWell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSColorWell.m b/Source/NSColorWell.m index 78a9c67d8..73bfc58b5 100644 --- a/Source/NSColorWell.m +++ b/Source/NSColorWell.m @@ -107,7 +107,7 @@ { if (NSIsEmptyRect(insideRect)) return; - [the_color drawSwatchInRect insideRect]; + [the_color drawSwatchInRect: insideRect]; } //