summaryrefslogtreecommitdiff
path: root/rotord/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/utils.cpp')
-rw-r--r--rotord/src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/utils.cpp b/rotord/src/utils.cpp
index cd12aa4..53c79ee 100644
--- a/rotord/src/utils.cpp
+++ b/rotord/src/utils.cpp
@@ -28,7 +28,7 @@ bool fgreater(const float u,const float v){
else return false;
};
-//----------------------------------------
+//----------------------------------------with thanks to openframeworks
template <>
string toHex(const string& value) {
ostringstream out;