From 991099ad1f33d1ed6fd0423964f196b34b0c1669 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 2 Jul 2013 17:22:38 +0100 Subject: xml with root nodes --- rotord/rotor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/rotor.h') diff --git a/rotord/rotor.h b/rotord/rotor.h index e2a26d9..4e22f1f 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -1358,9 +1358,9 @@ namespace Rotor { bool loaded; float duration; const string toString(); + xmlIO xml; private: Node_factory factory; - xmlIO xml; int outW,outH; }; class Audio_thumbnailer: public Base_audio_processor { -- cgit v1.2.3