From 6f87d95d6dbad7745ee3b7dcd740291a86f41176 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Sat, 7 Jan 2012 14:32:47 +0100 Subject: [PATCH] minor update --- README | 0 install.xml | 0 ofxIniSettings.cpp | 0 ofxIniSettings.h | 6 +----- 4 files changed, 1 insertion(+), 5 deletions(-) mode change 100644 => 100755 README mode change 100644 => 100755 install.xml mode change 100644 => 100755 ofxIniSettings.cpp mode change 100644 => 100755 ofxIniSettings.h diff --git a/README b/README old mode 100644 new mode 100755 diff --git a/install.xml b/install.xml old mode 100644 new mode 100755 diff --git a/ofxIniSettings.cpp b/ofxIniSettings.cpp old mode 100644 new mode 100755 diff --git a/ofxIniSettings.h b/ofxIniSettings.h old mode 100644 new mode 100755 index 5dc2f85..d65c5ef --- a/ofxIniSettings.h +++ b/ofxIniSettings.h @@ -35,12 +35,8 @@ class ofxIniSettings { ofMatrix4x4 get(string key, ofMatrix4x4 defaultValue); //template operator [](const string& x) { return }; - //template T operator[](const string& key) { return get(key,T()); } - - // string operator[](const string& key) { return get(key,string()); } - - + // string operator[](const string& key) { return get(key,string()); } //ofTrueTypeFont &operator[](const string& fontnamesize); //setters