Skip to content

Commit

Permalink
fix(icon): This method should've been static.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Aug 16, 2024
1 parent f466d9e commit 51950d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected void free() {
/* ------------------------------------ */
/* ------------------------------------ */

public @Nullable SaucerIcon of(@NonNull SaucerStash data) {
public static @Nullable SaucerIcon of(@NonNull SaucerStash data) {
Pointer $$result = _SaucerMemory.alloc(Native.POINTER_SIZE);
N.saucer_icon_from_data($$result, data);

Expand Down

0 comments on commit 51950d3

Please sign in to comment.