Skip to content

Commit

Permalink
Constify tooltip string pointer (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman authored Dec 31, 2023
1 parent e08bdbe commit 8bb9978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tray.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct tray_menu;

struct tray {
const char *icon;
char *tooltip;
const char *tooltip;
const char *notification_icon;
const char *notification_text;
const char *notification_title;
Expand Down

0 comments on commit 8bb9978

Please sign in to comment.