summaryrefslogtreecommitdiff
path: root/rotord/rotor.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-02 17:22:38 +0100
committerTim Redfern <tim@herge.(none)>2013-07-02 17:22:38 +0100
commit991099ad1f33d1ed6fd0423964f196b34b0c1669 (patch)
tree3831efb2aac6bd473766d277c3bb388343dca931 /rotord/rotor.h
parent0d867b8b615add6e1a5aaa300c5a39b87614d906 (diff)
xml with root nodes
Diffstat (limited to 'rotord/rotor.h')
-rwxr-xr-xrotord/rotor.h2
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 {