[gnome-commander/ConvertWarningsToErrors] Removes inline, adds static keyword
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/ConvertWarningsToErrors] Removes inline, adds static keyword
- Date: Sat, 22 Apr 2017 10:09:08 +0000 (UTC)
commit fa226da7ddd406c1b5fa31771a940ea0e5019701
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]