[gnome-commander/get_rid_of_xml] Fix shadow warning
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/get_rid_of_xml] Fix shadow warning
- Date: Thu, 17 May 2018 21:34:37 +0000 (UTC)
commit bb7a8659b8862a6c6cc01ddb91a10103ff177492
Author: Uwe Scholz <u scholz83 gmx de>
Date: Thu May 17 23:33:52 2018 +0200
Fix shadow warning
src/gnome-cmd-user-actions.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.h b/src/gnome-cmd-user-actions.h
index 0b64912..54a1f41 100644
--- a/src/gnome-cmd-user-actions.h
+++ b/src/gnome-cmd-user-actions.h
@@ -207,9 +207,9 @@ inline GnomeCmdUserActions::UserAction::UserAction(GnomeCmdUserActionFunc _func,
user_data = _user_data;
}
-inline gboolean GnomeCmdUserActions::register_action(guint keyval, const gchar *action_name, const char
*user_data)
+inline gboolean GnomeCmdUserActions::register_action(guint keyval, const gchar *action_name_argument, const
char *user_data)
{
- return register_action(0, keyval, action_name, user_data);
+ return register_action(0, keyval, action_name_argument, user_data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]