[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Dec 14 20:32:05 CET 2004
CVS commit by staikos:
rather important - make the signatures match
M +4 -0 labelparser.cpp 1.4
M +1 -1 labelparser.h 1.4
--- kdeextragear-2/kst/kst/labelparser.cpp #1.3:1.4
@@ -35,4 +35,8 @@ Chunk::~Chunk() {
delete next;
next = 0L;
+ if (prev) {
+ prev->next = 0L;
+ prev = 0L;
+ }
}
--- kdeextragear-2/kst/kst/labelparser.h #1.3:1.4
@@ -62,5 +62,5 @@ namespace Label {
- extern Parsed *parse(const QString&);
+ extern Parsed *parse(const QString&, bool interpret = true);
}
More information about the Kst
mailing list