[libchamplainmm] Layer: Move vfuncs to protected section



commit 2aa9ccc3523a8dd2b433ca7049392fa7c70d6c57
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Mar 9 10:40:57 2014 +0100

    Layer: Move vfuncs to protected section

 champlain/src/layer.hg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/champlain/src/layer.hg b/champlain/src/layer.hg
index 4560240..91d95c4 100644
--- a/champlain/src/layer.hg
+++ b/champlain/src/layer.hg
@@ -40,14 +40,14 @@ class Layer : public Clutter::Actor
 protected:
   _CTOR_DEFAULT()
 
+  _WRAP_VFUNC(void set_view(const Glib::RefPtr<View>& view), set_view)
+
+  _WRAP_VFUNC(BoundingBox get_bounding_box() const, get_bounding_box)
+
 public:
   _WRAP_METHOD(void set_view(const Glib::RefPtr<View>& view), champlain_layer_set_view)
 
   _WRAP_METHOD(BoundingBox get_bounding_box() const, champlain_layer_get_bounding_box)
-
-  _WRAP_VFUNC(void set_view(const Glib::RefPtr<View>& view), set_view)
-
-  _WRAP_VFUNC(BoundingBox get_bounding_box() const, get_bounding_box)
 };
 
 } // namespace Champlain


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