Fix FTBFS on Fedora 19

pull/1/head
Francois Andriot 11 years ago committed by Slávek Banko
parent 6aab98c897
commit dee1a982f6

@ -86,7 +86,7 @@ public:
*/ */
class OrdinaryCreationStrategy : public ElementCreationStrategy { class OrdinaryCreationStrategy : public ElementCreationStrategy {
public: public:
virtual BasicElement* createElement( TQString type, const TQDomElement& element = 0 ); virtual BasicElement* createElement( TQString type, const TQDomElement& element );
virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false ); virtual TextElement* createTextElement( const TQChar& ch, bool symbol=false );
virtual EmptyElement* createEmptyElement(); virtual EmptyElement* createEmptyElement();

Loading…
Cancel
Save