[vino] Instantiate vino-types.h in VinoTubeServer



commit 8d221d2b4d720fedacb82e4d32e4666f3732bd07
Author: Arnaud Maillet <arnaud maillet collabora co uk>
Date:   Fri Jul 17 15:44:59 2009 +0200

    Instantiate vino-types.h in VinoTubeServer

 server/vino-tube-server.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/server/vino-tube-server.h b/server/vino-tube-server.h
index 7b54f4a..1500cdd 100644
--- a/server/vino-tube-server.h
+++ b/server/vino-tube-server.h
@@ -24,6 +24,8 @@
 #define __VINO_TUBE_SERVER_H__
 
 #include <glib-object.h>
+
+#include "vino-types.h"
 #include "vino-server.h"
 
 G_BEGIN_DECLS
@@ -40,7 +42,6 @@ G_BEGIN_DECLS
 #define VINO_TUBE_SERVER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), \
     VINO_TYPE_TUBE_SERVER, VinoTubeServerClass))
 
-typedef struct _VinoTubeServer VinoTubeServer;
 typedef struct _VinoTubeServerClass VinoTubeServerClass;
 typedef struct _VinoTubeServerPrivate VinoTubeServerPrivate;
 



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