Merge pull request #3802 from lambdageek/dev-reference-attr-take3
[mono.git] / mono / metadata / assembly.c
index 51a27929632acf27c1cb9060a7d2089911445d61..9efcf1db486445dec64ee79c733593dbd7511391 100644 (file)
@@ -570,7 +570,7 @@ mono_assembly_getrootdir (void)
  * Returns: a string with the directory, this string should be freed by
  * the caller.
  */
-G_CONST_RETURN gchar *
+gchar *
 mono_native_getrootdir (void)
 {
        gchar* fullpath = g_build_path (G_DIR_SEPARATOR_S, mono_assembly_getrootdir (), mono_config_get_reloc_lib_dir(), NULL);