X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fbkgrnd2d%2Fplugin.cpp;h=3b5cc9757979fd7a48533413e9cf27591522fb72;hp=3e43a745c9b62779ffa11c9a17c6b8e8383a6a87;hb=204566e81e2bd7bb14fa6b02c809ba346872463c;hpb=cc4e44e31a89c8efed942ca26e2a341466f9a3b2 diff --git a/contrib/bkgrnd2d/plugin.cpp b/contrib/bkgrnd2d/plugin.cpp index 3e43a745..3b5cc975 100644 --- a/contrib/bkgrnd2d/plugin.cpp +++ b/contrib/bkgrnd2d/plugin.cpp @@ -93,9 +93,9 @@ void DoBkgrndToggleYZ(); #define NUM_TOOLBAR_BUTTONS 4 struct toolbar_button_info_s { - char *image; - char *text; - char *tip; + const char *image; + const char *text; + const char *tip; void (*func)(); IToolbarButton::EType type; };