Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Query/DoubleQuery.cpp

    r955b91 r51b5d1  
    2525// Double Queries
    2626Dialog::DoubleQuery::DoubleQuery(std::string title, std::string _description) :
    27     Query(title, _description)
     27    Query(title, _description),
     28    tmp(0)
    2829{}
    2930
Note: See TracChangeset for help on using the changeset viewer.