[cluttermm] Remove extra ; to avoid compiler warnings.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Remove extra ; to avoid compiler warnings.
- Date: Mon, 13 Sep 2010 14:20:39 +0000 (UTC)
commit b277d469ceacb6f448f1a3e11c9124183af454d6
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 13 16:20:33 2010 +0200
Remove extra ; to avoid compiler warnings.
* clutter/src/clone.hg:
* clutter/src/rectangle.hg: Remove extra ;s.
ChangeLog | 7 +++++++
clutter/src/clone.hg | 4 ++--
clutter/src/rectangle.hg | 4 ++--
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 41ea2c8..ff0124d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-09-13 Murray Cumming <murrayc murrayc com>
+ Remove extra ; to avoid compiler warnings.
+
+ * clutter/src/clone.hg:
+ * clutter/src/rectangle.hg: Remove extra ;s.
+
+2010-09-13 Murray Cumming <murrayc murrayc com>
+
Timeline: Fix a compilation warning.
* clutter/src/timeline.ccg: Use the correct type in the for() loop.
diff --git a/clutter/src/clone.hg b/clutter/src/clone.hg
index 9770c6e..f31dac5 100644
--- a/clutter/src/clone.hg
+++ b/clutter/src/clone.hg
@@ -17,7 +17,7 @@
#include <cluttermm/texture.h>
#include <cluttermm/types.h>
-
+
_DEFS(cluttermm,clutter)
_PINCLUDE(cluttermm/private/actor_p.h)
@@ -36,7 +36,7 @@ protected:
public:
#m4 _CONVERSION(`ClutterActor*',`Glib::RefPtr<Clone>',`Glib::wrap((ClutterCloneTexture*)$3)')
- _WRAP_CREATE(const Glib::RefPtr<Actor>& source);
+ _WRAP_CREATE(const Glib::RefPtr<Actor>& source)
_WRAP_METHOD(Glib::RefPtr<Actor> get_source(), clutter_clone_get_source)
_WRAP_METHOD(Glib::RefPtr<const Actor> get_source() const, clutter_clone_get_source, refreturn)
diff --git a/clutter/src/rectangle.hg b/clutter/src/rectangle.hg
index c53474d..c7c3499 100644
--- a/clutter/src/rectangle.hg
+++ b/clutter/src/rectangle.hg
@@ -17,7 +17,7 @@
#include <cluttermm/actor.h>
#include <cluttermm/color.h>
-
+
_DEFS(cluttermm,clutter)
_PINCLUDE(cluttermm/private/actor_p.h)
@@ -36,7 +36,7 @@ protected:
public:
_WRAP_CREATE()
- _WRAP_CREATE(const Color& color);
+ _WRAP_CREATE(const Color& color)
#m4 _CONVERSION(`ClutterActor*',`Glib::RefPtr<Rectangle>',`Glib::wrap((ClutterRectangle*)$3)')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]