[clutter] I should compile the changes I make



commit 6a8d67a8ad292d68f9cf59467cf92bf4e7b49abe
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Mar 15 17:32:53 2012 +0000

    I should compile the changes I make

 clutter/clutter-actor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 3bd31a8..1aa295e 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -17122,6 +17122,7 @@ ClutterTransition *
 clutter_actor_get_transition (ClutterActor *self,
                               const char   *name)
 {
+  TransitionClosure *clos;
   const ClutterAnimationInfo *info;
 
   g_return_val_if_fail (CLUTTER_IS_ACTOR (self), NULL);



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