Ignore:
Timestamp:
Mar 25, 2010, 1:01:35 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
cbc639
Parents:
eb129c
Message:

Repaired code that was broken by merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/Dialog.cpp

    reb129c rb787af  
    135135
    136136// Element Queries
    137 Dialog::ElementQuery::ElementQuery(std::string title, element **_target) :
     137Dialog::ElementQuery::ElementQuery(std::string title, const element **_target) :
    138138  Query(title),
    139   target(_target),
    140   tmp(0)
     139  tmp(0),
     140  target(_target)
    141141  {}
    142142
Note: See TracChangeset for help on using the changeset viewer.