Mercurial > hg > svcore
diff 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 |
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.cpp Mon May 21 22:38:16 2012 +0100 +++ b/rdf/RDFFeatureWriter.cpp Wed May 23 17:14:57 2012 +0100 @@ -479,7 +479,7 @@ if (needEventType && m_fixedEventTypeURI == "") { QString uri; - if (m_syntheticEventTypeURIs.find(transform) == + if (m_syntheticEventTypeURIs.find(transform) != m_syntheticEventTypeURIs.end()) { uri = m_syntheticEventTypeURIs[transform]; } else {