diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 13:21:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 20:54:44 +0900 |
| commit | a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4 (patch) | |
| tree | e64fb0dab924ba1a888e3156ec674d89df2881e0 /src/modules/about | |
| parent | c801dc76b83f5130894ca251b3979586fdb5c82a (diff) | |
| download | kvirc-a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4.tar.gz kvirc-a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4.zip | |
Fix 'ISO C++11 forbids converting a string constant to char*' warnings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/about')
| -rw-r--r-- | src/modules/about/abouttext.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index c35fc17..6e5c0b1 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -1,4 +1,4 @@ -static char * g_szAboutText = "" \ +static const char *g_szAboutText = "" \ "<html>" \ "<head>" \ "<title>Honor and glory</title>" \ |
