results: correct lr result names

This commit is contained in:
Michael Scire 2019-03-28 22:39:11 -07:00
parent 5a3583d79d
commit 1034e0744a

View File

@ -24,7 +24,7 @@ static constexpr Result ResultLrDataNotFound = MAKER
static constexpr Result ResultLrUnknownStorageId = MAKERESULT(Module_Lr, 4);
static constexpr Result ResultLrHtmlDocumentNotFound = MAKERESULT(Module_Lr, 6);
static constexpr Result ResultLrAddOnContentNotFound = MAKERESULT(Module_Lr, 7);
static constexpr Result ResultLrControlPathNotFound = MAKERESULT(Module_Lr, 8);
static constexpr Result ResultLrLegalInformationPathNotFound = MAKERESULT(Module_Lr, 9);
static constexpr Result ResultLrControlNotFound = MAKERESULT(Module_Lr, 8);
static constexpr Result ResultLrLegalInformationNotFound = MAKERESULT(Module_Lr, 9);
static constexpr Result ResultLrTooManyRegisteredPaths = MAKERESULT(Module_Lr, 90);