Commit 1ba1b7f8 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed compile error with Qt-2.x

parent eb31c4be
......@@ -670,7 +670,7 @@ void RTFGenerator::beginRTFDocument()
ASSERT(index < array.size());
}
if (array.at(index) != 0)
msg("Style '%s' redefines \\s%d.\n", iter.currentKey(), index);
msg("Style '%s' redefines \\s%d.\n", iter.currentKey().data(), index);
array.at(index) = style;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment