[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite_2.0 / SQLiteFunction.cs
index 6aefe804586af9c963af74e3a548331662b97c94..db1e14db02a5d3f8ccd9c582202328ca95b546ad 100644 (file)
@@ -528,7 +528,7 @@ namespace Mono.Data.Sqlite
     }\r
 \r
 #if MONOTOUCH\r
-    [MonoTouch.MonoPInvokeCallback (typeof (SQLiteCollation))]\r
+    [Mono.Util.MonoPInvokeCallback (typeof (SQLiteCollation))]\r
     internal static int collation_callback (IntPtr puser, int len1, IntPtr pv1, int len2, IntPtr pv2)\r
     {\r
       var handle = GCHandle.FromIntPtr (puser);\r
@@ -536,7 +536,7 @@ namespace Mono.Data.Sqlite
       return func._CompareFunc (IntPtr.Zero, len1, pv1, len2, pv2);\r
     }\r
 \r
-    [MonoTouch.MonoPInvokeCallback (typeof (SQLiteCollation))]\r
+    [Mono.Util.MonoPInvokeCallback (typeof (SQLiteCollation))]\r
     internal static int collation_callback16 (IntPtr puser, int len1, IntPtr pv1, int len2, IntPtr pv2)\r
     {\r
       var handle = GCHandle.FromIntPtr (puser);\r