Skip to content

Commit

Permalink
Mark method as const
Browse files Browse the repository at this point in the history
  • Loading branch information
againull committed Feb 6, 2024
1 parent 25792e6 commit 69ba9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/source/detail/device_image_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class device_image_impl {

private:
// Get the specialization constant default value blob.
ByteArray getSpecConstsDefValBlob() {
ByteArray getSpecConstsDefValBlob() const {
if (!MBinImage)
return ByteArray(nullptr, 0);

Expand Down

0 comments on commit 69ba9f2

Please sign in to comment.