From: Pino Toscano Date: Fri, 9 Mar 2007 20:51:06 +0000 (+0000) Subject: const d-pointer X-Git-Tag: v3.90.1~36 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=31a0614b9c58dd80049c0b6a739f9de909fbc115;p=libqmvoc.git const d-pointer svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=641059 --- diff --git a/libscience/elementparser.h b/libscience/elementparser.h index 928b661..e540321 100644 --- a/libscience/elementparser.h +++ b/libscience/elementparser.h @@ -42,6 +42,6 @@ class SCIENCE_EXPORT ElementSaxParser : public QXmlDefaultHandler private: class Private; - Private *d; + Private *const d; }; #endif // ELEMENTPARSER_H diff --git a/libscience/isotopeparser.h b/libscience/isotopeparser.h index a36d985..1dd2350 100644 --- a/libscience/isotopeparser.h +++ b/libscience/isotopeparser.h @@ -42,7 +42,7 @@ class SCIENCE_EXPORT IsotopeParser : public QXmlDefaultHandler private: class Private; - Private *d; + Private *const d; }; #endif // ISOTOPEPARSER_H