sdcv icon indicating copy to clipboard operation
sdcv copied to clipboard

stardict_lib.cpp: use explicit const_cast

Open bircoph opened this issue 5 months ago • 0 comments

Gcc-14 considers incompatible pointer types as an error, so use expcilict const_cast to convert from const char* to gchar*.

This should be a proper fix for #103 .

bircoph avatar Sep 20 '24 13:09 bircoph