Group: comp.lang.c++ · Group Profile
Author: Rafael AnschauRafael Anschau Date: May 9, 2008 08:18
159: static PartsList GlobalPartsList;
160: };
161:
162: PartsList PartsList::GlobalPartsList;
I would understand if it initialized the object
GlobalPartsList with some value, but as it is now, it seems to me
without purpose.
Thanks,
Rafael
|