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

Fixed compile error with Qt-2.x

parent eb31c4be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;      
  }