[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Jan 17 23:52:41 CET 2005
CVS commit by staikos:
restore const fix
M +1 -1 kstrvector.cpp 1.74
M +1 -1 kstrvector.h 1.31
--- kdeextragear-2/kst/kst/kstrvector.cpp #1.73:1.74
@@ -51,5 +51,5 @@ KstRVector::KstRVector(KstDataSourcePtr
-KstRVector::KstRVector(QDomElement &e, const QString &o_file,
+KstRVector::KstRVector(const QDomElement &e, const QString &o_file,
int o_n, int o_f, int o_s, bool o_ave)
: KstVector() {
--- kdeextragear-2/kst/kst/kstrvector.h #1.30:1.31
@@ -38,5 +38,5 @@ public:
bool in_doAve);
- KstRVector(QDomElement &e,
+ KstRVector(const QDomElement &e,
const QString &o_file="|",
int o_n = -2, int o_f = -2,
More information about the Kst
mailing list