diff options
Diffstat (limited to 'examples/application5/exampleapp.h')
-rw-r--r-- | examples/application5/exampleapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application5/exampleapp.h b/examples/application5/exampleapp.h index 8b51c598ea..824049d699 100644 --- a/examples/application5/exampleapp.h +++ b/examples/application5/exampleapp.h @@ -8,8 +8,8 @@ #define EXAMPLE_APP(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EXAMPLE_APP_TYPE, ExampleApp)) -typedef struct ExampleApp ExampleApp; -typedef struct ExampleAppClass ExampleAppClass; +typedef struct _ExampleApp ExampleApp; +typedef struct _ExampleAppClass ExampleAppClass; GType example_app_get_type (void); |