X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/40647d7b7b7fbeae828e0a032a3c3a5f204cdfa8..f31590988781d77ff5249987801d03a986368ca2:/examples/my-person.gob diff --git a/examples/my-person.gob b/examples/my-person.gob index 516ee3e..abf1d01 100644 --- a/examples/my-person.gob +++ b/examples/my-person.gob @@ -1,6 +1,7 @@ %{ #include #include "my-person.h" +#include "my-person-private.h" %} class My:Person from Gtk:Object {