Fix LibraryDictionarySource reload

This commit is contained in:
proller 2018-02-01 22:56:22 +03:00
parent d03173f8e1
commit c1c512766d

View File

@ -125,7 +125,10 @@ LibraryDictionarySource::LibraryDictionarySource(const LibraryDictionarySource &
config_prefix{other.config_prefix},
path{other.path},
sample_block{other.sample_block},
context(other.context)
context(other.context),
library{other.library},
description{other.description},
settings{other.settings}
{
}