From 1ff03ea63d79549db86422837f47916a42f23eb9 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 8 Sep 2013 13:11:02 +0100 Subject: refactoring utils --- rotord/src/nodes_drawing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/nodes_drawing.h') diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h index 370c0fb..34a2679 100644 --- a/rotord/src/nodes_drawing.h +++ b/rotord/src/nodes_drawing.h @@ -62,7 +62,7 @@ namespace Rotor { void vector_output(cairo_t * cr,const Frame_spec &frame){ string text; if (parameters["number"]->value>-99999998.0f){ - text=ofToString(parameters["number"]->value,4); + text=toString(parameters["number"]->value,4); } else text=attributes["text"]->value; cairo_text_extents_t te; -- cgit v1.2.3