[Kst] extragear/graphics/kst/src/libkstmath
Andrew Walker
arwalker at sumusltd.com
Thu May 11 00:34:18 CEST 2006
SVN commit 539553 by arwalker:
remove compiler warning
M +1 -1 labelparser.cpp
--- trunk/extragear/graphics/kst/src/libkstmath/labelparser.cpp #539552:539553
@@ -30,7 +30,7 @@
#endif
Chunk::Chunk(Chunk *parent, VOffset dir, bool isGroup, bool inherit)
-: next(0L), prev(0L), up(0L), down(0L), scalar(false), group(0L), linebreak(false), tab(false), vector(false), vOffset(dir) {
+: next(0L), prev(0L), up(0L), down(0L), group(0L), scalar(false), linebreak(false), tab(false), vector(false), vOffset(dir) {
assert(parent || vOffset == None);
if (parent) { // attach and inherit
switch (vOffset) {
More information about the Kst
mailing list