changeset 734:79c0955f559c dataquay

Fix bizarre typo
author Chris Cannam
date Wed, 23 May 2012 17:14:57 +0100
parents 87a9168efd71
children 31ab733841d0
files rdf/RDFFeatureWriter.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 {