[gnome-commander] Removes inline, adds static keyword



commit 3d4b2c0452bd47668fca8350bdaf169e9e36cb38
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Apr 22 11:45:21 2017 +0200

    Removes inline, adds static keyword

 src/gnome-cmd-clist.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-clist.cc b/src/gnome-cmd-clist.cc
index 9b85e7b..dc0c69c 100644
--- a/src/gnome-cmd-clist.cc
+++ b/src/gnome-cmd-clist.cc
@@ -169,7 +169,7 @@ draw_cell_pixmap (GdkWindow    *window,
 }
 
 
-inline PangoLayout *my_gtk_clist_create_cell_layout (GtkCList *clist, GtkCListRow *clist_row, gint column)
+static PangoLayout *my_gtk_clist_create_cell_layout (GtkCList *clist, GtkCListRow *clist_row, gint column)
 {
     PangoLayout *layout;
     GtkStyle *style;


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