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/Patterns/Cacheable.hpp

    r33bc66 r98a2987  
    4343  Cacheable<T>::Cacheable(Observable *_owner, boost::function<T()> _recalcMethod) :
    4444    owner(_owner),
    45     recalcMethod(_recalcMethod),
    4645    valid(false),
    47     canBeUsed(true)
     46    canBeUsed(true),
     47    recalcMethod(_recalcMethod)
    4848  {
    4949    // we sign on with the best(=lowest) priority, so cached values are recalculated before
Note: See TracChangeset for help on using the changeset viewer.