You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/audicle/files/audicle-1.0.0.7-const.patch

13 lines
455 B

diff -ru audicle-1.0.0.7.orig//src/audicle_font.cpp audicle-1.0.0.7/src/audicle_font.cpp
--- audicle-1.0.0.7.orig//src/audicle_font.cpp 2012-03-17 10:23:39.000000000 +0100
+++ audicle-1.0.0.7/src/audicle_font.cpp 2012-03-17 10:49:24.000000000 +0100
@@ -215,7 +215,7 @@
protected :
FTFont * m_font;
public:
- AudicleFTGLFont( char * name ) {
+ AudicleFTGLFont( const char * name ) {
glEnable ( GL_TEXTURE_2D );