Changeset 14094 for trunk/FACT++


Ignore:
Timestamp:
06/06/12 16:27:40 (12 years ago)
Author:
tbretz
Message:
Added default constructor.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Event.h

    r14002 r14094  
    1717
    1818public:
     19    Event() { }
    1920    /// Constructs an event as a combination of an EventImp and a DimCommand
    2021    Event(const std::string &name, const std::string &fmt="");
Note: See TracChangeset for help on using the changeset viewer.