From dee1a982f6c686fa8d391341caa59a0030f447bf Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 18 Aug 2013 19:01:29 +0200 Subject: [PATCH] Fix FTBFS on Fedora 19 --- lib/kformula/creationstrategy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();