[libchamplainmm] Layer: Move vfuncs to protected section
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplainmm] Layer: Move vfuncs to protected section
- Date: Sun, 9 Mar 2014 16:22:17 +0000 (UTC)
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]