[gnome-commander] Removed inline keyword



commit 65d6e31092621464678770e3503be4aff9da0938
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun May 31 17:50:35 2015 +0200

    Removed inline keyword

 src/gnome-cmd-data.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 261a47e..4c347cc 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -287,7 +287,7 @@ inline void save_devices (const gchar *fname)
 }
 
 
-inline void save_fav_apps (const gchar *fname)
+void save_fav_apps (const gchar *fname)
 {
     gchar *path = config_dir ? g_build_filename (config_dir, fname, NULL) : g_build_filename (g_get_home_dir 
(), "." PACKAGE, fname, NULL);
     FILE *fd = fopen (path, "w");


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