diff options
author | Slávek Banko <[email protected]> | 2015-06-28 03:00:11 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-06-28 03:01:20 +0200 |
commit | 1c95c929734c3a6b12acf6bedeb81509e78b8279 (patch) | |
tree | f4b3cfbd643bdc37bdb05cf602181d8635ce78d1 /kbruch/src/ratiowidget.cpp | |
parent | b2c30738278d21c4477cad6b473a652a20354add (diff) | |
download | tdeedu-1c95c929734c3a6b12acf6bedeb81509e78b8279.tar.gz tdeedu-1c95c929734c3a6b12acf6bedeb81509e78b8279.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 191490e34508041a8bfab9535f7e65ee2c71b695)
Diffstat (limited to 'kbruch/src/ratiowidget.cpp')
-rw-r--r-- | kbruch/src/ratiowidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/ratiowidget.cpp b/kbruch/src/ratiowidget.cpp index dddf7d11..9323cb1d 100644 --- a/kbruch/src/ratiowidget.cpp +++ b/kbruch/src/ratiowidget.cpp @@ -21,7 +21,7 @@ /* these includes are needed for TQt support */ #include <tqpainter.h> -RatioWidget::RatioWidget(TQWidget * parent = 0, const char * name = 0, +RatioWidget::RatioWidget(TQWidget * parent, const char * name, const ratio para_ratio = *new ratio()) : FractionBaseWidget(parent, name), m_ratio(para_ratio) { |