[gnome-commander/ConvertWarningsToErrors] src/gnome-cmd-user-actions.cc: Removes inline, adds static keyword



commit b4e0463379c6836e762a290621dd79ff6dde1415
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Apr 24 22:39:26 2017 +0200

    src/gnome-cmd-user-actions.cc: Removes inline, adds static keyword

 src/gnome-cmd-user-actions.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index c9a7ce7..d7cf924 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -121,7 +121,7 @@ inline GnomeCmdFileList *get_fl (const FileSelectorID fsID)
 
 
 // The file returned from this function is not to be unrefed
-inline GnomeCmdFile *get_selected_file (const FileSelectorID fsID)
+static GnomeCmdFile *get_selected_file (const FileSelectorID fsID)
 {
     GnomeCmdFile *f = get_fl (fsID)->get_first_selected_file();
 
@@ -141,7 +141,7 @@ inline gboolean append_real_path (string &s, const gchar *name)
 }
 
 
-inline gboolean append_real_path (string &s, GnomeCmdFile *f)
+static gboolean append_real_path (string &s, GnomeCmdFile *f)
 {
     if (!f)
         return FALSE;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]