From: Carsten Niehaus Date: Sun, 24 Sep 2006 12:49:29 +0000 (+0000) Subject: Krazy: explit ctor. I will only change this one and see if somebody complains or... X-Git-Tag: v3.80.2~24 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8e1da54a152a26469e6319f019ade94a43c56278;p=libqmvoc.git Krazy: explit ctor. I will only change this one and see if somebody complains or not... svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=587912 --- 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