summaryrefslogtreecommitdiff
path: root/x11/qt4-libs/patches/patch-ak
blob: cc83ab37def53ef0fee1739965391391a0ca2f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.6 2010/01/29 18:19:09 adam Exp $

--- src/gui/kernel/qcursor_x11.cpp.orig	2010-01-15 17:01:35.000000000 +0000
+++ src/gui/kernel/qcursor_x11.cpp
@@ -243,7 +243,7 @@ void QCursorData::update()
         return;
     }
 
-    static const char *cursorNames[] = {
+    static char *cursorNames[] = {
         "left_ptr",
         "up_arrow",
         "cross",