From: divverent Date: Mon, 4 Jan 2010 10:41:38 +0000 (+0000) Subject: sync bkgrnd2d with ZeroRadiant (const only) X-Git-Tag: svn-r421~10 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=2bb8b590a43a11c6cd6f9adf2bc32b3ceb9b57b1 sync bkgrnd2d with ZeroRadiant (const only) git-svn-id: svn://svn.icculus.org/netradiant/trunk@410 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/contrib/bkgrnd2d/plugin.cpp b/contrib/bkgrnd2d/plugin.cpp index 09e9ed7c..a37882c5 100644 --- a/contrib/bkgrnd2d/plugin.cpp +++ b/contrib/bkgrnd2d/plugin.cpp @@ -97,9 +97,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; };