diff options
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
