From 3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 18 Mar 2007 15:07:30 +0000 Subject: use const char*'s when we should be --- openbox/openbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/openbox.h') diff --git a/openbox/openbox.h b/openbox/openbox.h index 4d410201..4c018666 100644 --- a/openbox/openbox.h +++ b/openbox/openbox.h @@ -54,7 +54,7 @@ void ob_exit_replace(); void ob_reconfigure(); -void ob_exit_with_error(gchar *msg); +void ob_exit_with_error(const gchar *msg); Cursor ob_cursor(ObCursor cursor); -- cgit v1.2.3