diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 21:14:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 21:14:24 +0100 |
| commit | ca436a8e96e02f982790d4168ac3dfe1d589451c (patch) | |
| tree | 6f3ee681e03c2633b48fedb3e11b5ce2fadbaa06 /src/lib/audio_content.h | |
| parent | 6f68971e81a9b16973b3784f2f3f93f42ceb2af1 (diff) | |
Fix crash when loading old state files.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index da00bfeb1..92491bf89 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -82,7 +82,7 @@ public: void add_properties (std::list<UserProperty> &) const; - static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr); + static boost::shared_ptr<AudioContent> from_xml (Content* parent, cxml::ConstNodePtr, int version); private: |
