summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-09-17 20:16:48 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-09-17 20:16:48 (GMT)
commitccd28391e6030af5d6615f504bb8f9fde886b2a6 (patch)
tree5df3971c8b89c37c2b93458c23299e5fac81cf60
parentd84f6a6a5273a62633fa360133356bc68e3ba289 (diff)
downloadDoxygen-ccd28391e6030af5d6615f504bb8f9fde886b2a6.zip
Doxygen-ccd28391e6030af5d6615f504bb8f9fde886b2a6.tar.gz
Doxygen-ccd28391e6030af5d6615f504bb8f9fde886b2a6.tar.bz2
Fixed compile error with Qt-2.x
-rw-r--r--src/rtfgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index b722d74..76059a1 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -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;
}