[maemo-commits] [maemo-commits] r12748 - projects/haf/trunk/libosso/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jul 16 16:57:23 EEST 2007
Author: kihamala
Date: 2007-07-16 16:57:21 +0300 (Mon, 16 Jul 2007)
New Revision: 12748

Modified:
   projects/haf/trunk/libosso/src/muali.h
Log:
fixed a warning


Modified: projects/haf/trunk/libosso/src/muali.h
===================================================================
--- projects/haf/trunk/libosso/src/muali.h	2007-07-16 13:53:34 UTC (rev 12747)
+++ projects/haf/trunk/libosso/src/muali.h	2007-07-16 13:57:21 UTC (rev 12748)
@@ -112,7 +112,7 @@
          * argument of type MUALI_TYPE_INVALID. args is NULL if the
          * message has no arguments.
          * Note that this is ignored in case of a vararg function. */
-        const muali_arg_t *args;
+        muali_arg_t *args;
 } muali_event_info_t;
 
 typedef void (muali_handler_t)(muali_context_t *context,


More information about the maemo-commits mailing list