[vte] lib: Build fix
- From: Christian Persch <chpe src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [vte] lib: Build fix
 
- Date: Sat, 30 Jan 2016 18:05:07 +0000 (UTC)
 
commit 24e953c3cffb4e44c177bb64186114dea358e5b4
Author: Christian Persch <chpe gnome org>
Date:   Sat Jan 30 19:03:43 2016 +0100
    lib: Build fix
    
    This fails on build.g.o for whatever reason, so comment this for now; it
    will be refactored anyway soon.
 src/vteinternal.hh |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/vteinternal.hh b/src/vteinternal.hh
index cf07376..5f85104 100644
--- a/src/vteinternal.hh
+++ b/src/vteinternal.hh
@@ -543,10 +543,11 @@ public:
 
 public:
 
-        inline VteRowData* ring_insert(vte::grid::row_t position,
+        // FIXMEchpe inline!
+        /* inline */ VteRowData* ring_insert(vte::grid::row_t position,
                                        bool fill);
-        inline VteRowData* ring_append(bool fill);
-        inline void ring_remove(vte::grid::row_t position);
+        /* inline */ VteRowData* ring_append(bool fill);
+        /* inline */ void ring_remove(vte::grid::row_t position);
         inline VteRowData const* find_row_data(vte::grid::row_t row) const;
         inline VteRowData* find_row_data_writable(vte::grid::row_t row) const;
         inline VteCell const* find_charcell(vte::grid::column_t col,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]