Roflincopter / dmp

Distributed Music Player
Other
1 stars 1 forks source link

Use boost::serialization version facility for dmp_library cache files. #6

Open Roflincopter opened 10 years ago

Roflincopter commented 10 years ago

Everytime a member of either the dmp_library::Library or dmp_library::LibraryEntry changes the program will crash and you have to manually delete the cache file. This can be fixed by using the boost::serialisation versioning facility.