From ca436a8e96e02f982790d4168ac3dfe1d589451c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 2 Jun 2016 21:14:24 +0100 Subject: Fix crash when loading old state files. --- src/lib/audio_content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/audio_content.h') 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 &) const; - static boost::shared_ptr from_xml (Content* parent, cxml::ConstNodePtr); + static boost::shared_ptr from_xml (Content* parent, cxml::ConstNodePtr, int version); private: -- cgit v1.2.3