Changeset 423 for trunk/bin/Parameter.h


Ignore:
Timestamp:
Jun 29, 2007, 8:43:29 PM (16 years ago)
Author:
Peter Johansson
Message:

fixes #224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.h

    r240 r423  
    4141    inline bool force(void) const { return force_; }
    4242    inline bool generate_config(void) const { return generate_config_; }
     43    inline bool report(void) const { return report_; }
    4344    inline bool revisions(void) const { return revisions_; }
    4445    /// @return absolute path to root directory
     
    5859    bool force_;
    5960    bool generate_config_;
     61    bool report_;
    6062    bool revisions_;
    6163    std::string root_;
Note: See TracChangeset for help on using the changeset viewer.