SVN commit 632237 by porten: save a little bit of space. noticed by Rob Buis. M +1 -1 date_object.h --- branches/KDE/3.5/kdelibs/kjs/date_object.h #632236:632237 @@ -73,7 +73,7 @@ // non-normative properties (Appendix B) GetYear, SetYear, ToGMTString }; private: - int id; + short id; bool utc; };