Skip to content
Snippets Groups Projects
Commit 07e371f2 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

resolve overlooked merge conflict

parent 4090c490
No related branches found
No related tags found
1 merge request!707Split serializer
...@@ -110,13 +110,8 @@ bool InstrumentLibrary::load() ...@@ -110,13 +110,8 @@ bool InstrumentLibrary::load()
if (foundVersion != 2) if (foundVersion != 2)
return false; return false;
<<<<<<< HEAD
Serializer sInstruments(&reader);
m_instrumentItems.serialize(sInstruments);
=======
Streamer sInstruments(&reader); Streamer sInstruments(&reader);
m_model.serialize(sInstruments); m_instrumentItems.serialize(sInstruments);
>>>>>>> af4532a401 (rename Serializer -> Streamer)
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment