Ignore:
Timestamp:
Feb 26, 2010, 12:40:52 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
e65cc0
Parents:
33bc66
Message:

Added -Wall flag and fixed several small hickups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World.cpp

    r33bc66 r98a2987  
    144144
    145145World::World() :
     146    periode(new periodentafel),
     147    atoms(),
    146148    currAtomId(0),
     149    molecules(),
    147150    currMoleculeId(0),
    148     periode(new periodentafel),
    149     molecules_deprecated(new MoleculeListClass(this)),
    150     atoms(),
    151     molecules()
     151    molecules_deprecated(new MoleculeListClass(this))
    152152{
    153153  molecules_deprecated->signOn(this);
     
    206206  // should see that it gets the updated new world
    207207  delete oldWorld;
     208  return theWorld;
    208209}
    209210
Note: See TracChangeset for help on using the changeset viewer.