Skip to content

Commit

Permalink
igl | shell | ImageLoader : make fileLoader() become public.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 18, 2024
1 parent bfb90d2 commit 4896817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/shared/imageLoader/ImageLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class ImageLoader {
uint32_t length,
std::optional<igl::TextureFormat> preferredFormat = {}) noexcept;

protected:
[[nodiscard]] const FileLoader& fileLoader() const noexcept {
return fileLoader_;
}
Expand Down

0 comments on commit 4896817

Please sign in to comment.