diff utilities/the-application/the-application.cpp @ 53:bcea875d8d2f tip

More build fixes
author Chris Cannam
date Thu, 16 Oct 2014 19:03:51 +0100
parents c8b777862198
children
line wrap: on
line diff
--- a/utilities/the-application/the-application.cpp	Thu Oct 16 18:53:13 2014 +0100
+++ b/utilities/the-application/the-application.cpp	Thu Oct 16 19:03:51 2014 +0100
@@ -11,7 +11,6 @@
 #include <dataquay/objectmapper/ObjectStorer.h>
 #include <dataquay/objectmapper/ObjectMapper.h>
 #include <dataquay/objectmapper/TypeMapping.h>
-#include <dataquay/Debug.h>
 
 #include "data/fileio/AudioFileReaderFactory.h"
 #include "data/fileio/AudioFileReader.h"
@@ -33,7 +32,7 @@
 using namespace std;
 using namespace Vamp;
 using namespace Vamp::HostExt;
-
+/*
 ostream &operator<<(ostream &target, const QString &str)
 {
     return target << str.toLocal8Bit().data();
@@ -43,7 +42,7 @@
 {
     return target << "<" << u.toString() << ">";
 }
-
+*/
 
 bool
 load(BasicStore *store, QString fileName)