From 7b781b0f4b6d3c29a2462a53b69789615cc104f9 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 4 May 2008 05:14:00 +0000 Subject: warning cleanup and fixed string free issue (bzr r5594) --- src/dialogs/find.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/find.cpp') diff --git a/src/dialogs/find.cpp b/src/dialogs/find.cpp index 93077bec1..6f9eca0d7 100644 --- a/src/dialogs/find.cpp +++ b/src/dialogs/find.cpp @@ -77,7 +77,7 @@ static win_data wd; // impossible original values to make sure they are read from prefs static gint x = -1000, y = -1000, w = 0, h = 0; -static gchar *prefs_path = "dialogs.find"; +static gchar const *prefs_path = "dialogs.find"; -- cgit v1.2.3