summaryrefslogtreecommitdiffstats
path: root/kbruch/src/resultwidget.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-06-28 03:00:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-06-28 03:00:11 +0200
commit191490e34508041a8bfab9535f7e65ee2c71b695 (patch)
tree703896deb60e96370a787980a8bddb657e947be3 /kbruch/src/resultwidget.cpp
parentf17aa6a5367b70eec8fd3456fffe100bb87c551e (diff)
downloadtdeedu-191490e34508041a8bfab9535f7e65ee2c71b695.tar.gz
tdeedu-191490e34508041a8bfab9535f7e65ee2c71b695.zip
Fix FTBFS with clang
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kbruch/src/resultwidget.cpp')
-rw-r--r--kbruch/src/resultwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/resultwidget.cpp b/kbruch/src/resultwidget.cpp
index caecfdbe..9735b046 100644
--- a/kbruch/src/resultwidget.cpp
+++ b/kbruch/src/resultwidget.cpp
@@ -23,7 +23,7 @@
#include "settingsclass.h"
-ResultWidget::ResultWidget(TQWidget * parent = 0, const char * name = 0,
+ResultWidget::ResultWidget(TQWidget * parent, const char * name,
const ratio para_result = *new ratio()) :
FractionBaseWidget(parent, name), m_result(para_result)
{