[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSTimeZone.m problem with current CVS Code
From: |
Roland Schwingel |
Subject: |
NSTimeZone.m problem with current CVS Code |
Date: |
Mon, 01 Mar 2004 13:25:23 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 |
Hi...
It appears the latest NSTimeZone.m patch makes CVS head version
uncompilable...
NSTimeZone.m calls in line 1813:
dow = dayOfCommonEra(when);
dayOfCommonEra is declared static in NSCalenderDate so it cannot be used.
removing the static declaration helps it compiling, but maybe/imho -
from a design pov -
this should be solved more nicely... Or is this still work in progress?
Roland
- NSTimeZone.m problem with current CVS Code,
Roland Schwingel <=