From 8e1da54a152a26469e6319f019ade94a43c56278 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Sun, 24 Sep 2006 12:49:29 +0000 Subject: [PATCH] Krazy: explit ctor. I will only change this one and see if somebody complains or not... svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=587912 --- libscience/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libscience/parser.h b/libscience/parser.h index a5a27c3..d3ad291 100644 --- a/libscience/parser.h +++ b/libscience/parser.h @@ -38,7 +38,7 @@ public: * * @param _str @ref start the parsing with @p _str */ - Parser(const QString& _str); + explicit Parser(const QString& _str); /** * Destructor -- 2.47.3