comparison rdf/RDFFeatureWriter.cpp @ 734:79c0955f559c dataquay

Fix bizarre typo
author Chris Cannam
date Wed, 23 May 2012 17:14:57 +0100
parents 27c861cce97b
children 31ab733841d0
comparison
equal deleted inserted replaced
732:87a9168efd71 734:79c0955f559c
477 } 477 }
478 478
479 if (needEventType && m_fixedEventTypeURI == "") { 479 if (needEventType && m_fixedEventTypeURI == "") {
480 480
481 QString uri; 481 QString uri;
482 if (m_syntheticEventTypeURIs.find(transform) == 482 if (m_syntheticEventTypeURIs.find(transform) !=
483 m_syntheticEventTypeURIs.end()) { 483 m_syntheticEventTypeURIs.end()) {
484 uri = m_syntheticEventTypeURIs[transform]; 484 uri = m_syntheticEventTypeURIs[transform];
485 } else { 485 } else {
486 uri = QString(":event_type_%1").arg(m_count++); 486 uri = QString(":event_type_%1").arg(m_count++);
487 m_syntheticEventTypeURIs[transform] = uri; 487 m_syntheticEventTypeURIs[transform] = uri;