RVO
This commit is contained in:
committed by
Kueffner, Maximilian
parent
3f4c7a48a5
commit
c4a7b1ec0e
+1
-1
@@ -207,6 +207,6 @@ void pixelarium::ui::AppGLFW::LoadImageProt()
|
|||||||
{
|
{
|
||||||
this->logger_.Debug(std::format("{}: Creating image {}", __FUNCTION__, p));
|
this->logger_.Debug(std::format("{}: Creating image {}", __FUNCTION__, p));
|
||||||
|
|
||||||
image_view_model_->AddImage(std::move(std::make_unique<PixelariumImage>(p)));
|
image_view_model_->AddImage(std::make_unique<PixelariumImage>(p));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user