Skip to content

Commit

Permalink
fix ByteBufferView export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Feb 11, 2025
1 parent 643d97e commit 5355aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/luisa/runtime/byte_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class LC_RUNTIME_API ByteBuffer final : public Resource {
}
};

class ByteBufferView {
class LC_RUNTIME_API ByteBufferView {
friend class lc::validation::Stream;

private:
Expand Down

0 comments on commit 5355aee

Please sign in to comment.