diff rdf/SimpleSPARQLQuery.h @ 589:a03aafaacb5a

* Make SV capable of importing the signal/audiofile structure now written out by Sonic Annotator
author Chris Cannam
date Thu, 14 May 2009 14:33:40 +0000
parents 23945cdd7161
children b4a8d8221eaf
line wrap: on
line diff
--- a/rdf/SimpleSPARQLQuery.h	Wed May 13 13:30:08 2009 +0000
+++ b/rdf/SimpleSPARQLQuery.h	Thu May 14 14:33:40 2009 +0000
@@ -102,6 +102,10 @@
 protected:
     class Impl;
     Impl *m_impl;
+
+private:
+    SimpleSPARQLQuery(const SimpleSPARQLQuery &); // not provided
+    SimpleSPARQLQuery &operator=(const SimpleSPARQLQuery &); // not provided
 };
 
 #endif