Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor update
  • Loading branch information
companje committed Jan 7, 2012
1 parent fee9b03 commit 6f87d95
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Empty file modified README 100644 → 100755
Empty file.
Empty file modified install.xml 100644 → 100755
Empty file.
Empty file modified ofxIniSettings.cpp 100644 → 100755
Empty file.
6 changes: 1 addition & 5 deletions ofxIniSettings.h 100644 → 100755
Expand Up @@ -35,12 +35,8 @@ class ofxIniSettings {
ofMatrix4x4 get(string key, ofMatrix4x4 defaultValue);

//template<typename T> operator [](const string& x) { return };

//template<typename T> 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
Expand Down

0 comments on commit 6f87d95

Please sign in to comment.