]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/my-person.gob
Release 0.91.1
[gob-dx.git] / examples / my-person.gob
index 516ee3eac149c4ef97391eedca3b6878f178539b..abf1d0146b727b97e187c897ba0702ec520f8857 100644 (file)
@@ -1,6 +1,7 @@
 %{
 #include <time.h>
 #include "my-person.h"
+#include "my-person-private.h"
 %}
 
 class My:Person from Gtk:Object {