Changed const reference to value.

This commit is contained in:
chriseth 2017-04-22 01:12:38 +02:00 committed by GitHub
parent 8de02c7778
commit c76e0a5872

View File

@ -55,7 +55,7 @@ private:
Json::Value compileInternal(Json::Value const& _input);
CompilerStack m_compilerStack;
ReadFile::Callback const& m_readFile;
ReadFile::Callback m_readFile;
};
}