Fix compiling on MacOSX 10.1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13274 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-03-31 03:50:56 +00:00
parent 9c277811c8
commit cdf7d8d16c
3 changed files with 12 additions and 2 deletions

View file

@ -140,7 +140,7 @@
#endif
- (id)awakeAfterUsingCoder:(NSCoder*)aDecoder
{
#ifdef DEBUG
#if defined(DEBUG) && !defined(__APPLE__)
NSLog (@"%x awakeAfterUsingCoder %@: source = %@, destination = %@, label = %@",
self, NSStringFromClass(isa), source, destination, label);
#endif