From a6cc2d48ab92037689f2be4a6097b56cd93cdff8 Mon Sep 17 00:00:00 2001 From: "Daniel M. Duley" Date: Mon, 3 Jan 2000 13:16:39 +0000 Subject: [PATCH] Opps, forgot to get rid of an annoying warning :P svn path=/trunk/kdebase/kwin/; revision=37504 --- clients/kwmtheme/kwmthemeclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/kwmtheme/kwmthemeclient.cpp b/clients/kwmtheme/kwmthemeclient.cpp index 68ea30c807..7be8759b0b 100644 --- a/clients/kwmtheme/kwmthemeclient.cpp +++ b/clients/kwmtheme/kwmthemeclient.cpp @@ -44,7 +44,7 @@ extern Options *options; static void init_theme() { - static char *keys[] = {"wm_top", "wm_bottom", "wm_left", "wm_right", + const char *keys[] = {"wm_top", "wm_bottom", "wm_left", "wm_right", "wm_topleft", "wm_topright", "wm_bottomleft", "wm_bottomright"}; if(pixmaps_created)