diff presetManager.h @ 27:ae4d2c3ce5e0

Details. Zoom trailing finger move sorted. Qs rephrased.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 13 Feb 2013 17:03:56 +0000
parents 2e1fdac115af
children fabb3a5cdfc9
line wrap: on
line diff
--- a/presetManager.h	Fri Feb 01 18:31:43 2013 +0000
+++ b/presetManager.h	Wed Feb 13 17:03:56 2013 +0000
@@ -104,9 +104,9 @@
     // names values
     // check if already there
     // find and return all(?) presets within a certain coordinate range
-    vector<Preset *> thePresets; // we want vector ? or list? pointers using new?
+    vector<Preset *> thePresets; 
     
-    int addPreset(string name); // returns id or negative error number
+    int addPreset(string name); 
     int loadPreset(const TwoVector coord, const string name, long long stime);
     
     TwoVector recallPreset(int presetID); // by name ? id?