summaryrefslogtreecommitdiff
path: root/rotord/src/nodes_drawing.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-06 14:59:52 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-06 14:59:52 +0000
commit5af4b4e30889b4002bade73336dc0329901d9623 (patch)
tree2418fd2fecda6cb03584ef41e10e634c858889f3 /rotord/src/nodes_drawing.h
parent6fccbe2cb9df61517aa5d9d6ac7b69ba763d4bc1 (diff)
fix audio thumbnail issue
Diffstat (limited to 'rotord/src/nodes_drawing.h')
-rw-r--r--rotord/src/nodes_drawing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/nodes_drawing.h b/rotord/src/nodes_drawing.h
index f46c2b0..a3af7c9 100644
--- a/rotord/src/nodes_drawing.h
+++ b/rotord/src/nodes_drawing.h
@@ -227,7 +227,7 @@ namespace Rotor {
create_attribute("filename","SVG file to draw","Filename","");
UID="88c30140-2d0b-11e3-8db2-679d596166c1";
rsvg=nullptr;
- g_type_init(); //does this have to be done only once?
+ //g_type_init(); //does this have to be done only once?
};
Svg(map<string,string> &settings):Svg() {
base_settings(settings);