diff --git a/lib/kformula/creationstrategy.h b/lib/kformula/creationstrategy.h index a20322bd9..8d0dbf888 100644 --- a/lib/kformula/creationstrategy.h +++ b/lib/kformula/creationstrategy.h @@ -86,7 +86,7 @@ public: */ class OrdinaryCreationStrategy : public ElementCreationStrategy { 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 EmptyElement* createEmptyElement();