mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
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:
parent
9c277811c8
commit
cdf7d8d16c
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue