diff ExplorePresetManager.h @ 12:af71bf84660f

icon stuff. not working/tested.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 20 Oct 2014 14:12:23 +0100
parents e25d2b1b185e
children f83635861187
line wrap: on
line diff
--- a/ExplorePresetManager.h	Mon Oct 20 11:23:55 2014 +0100
+++ b/ExplorePresetManager.h	Mon Oct 20 14:12:23 2014 +0100
@@ -91,7 +91,7 @@
     Preset* getPreset(int index){
         
         if (index >= thePresets.size()){
-            cout << "ERROR: index exceeds number of presets" << endl;
+            cout << "ERROR: index " << index << " exceeds number of presets " << thePresets.size() << endl;
             return NULL;
         }else{
             return thePresets[index];