summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/kformula/creationstrategy.h2
1 files changed, 1 insertions, 1 deletions
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();