Skip to content

Commit

Permalink
Typo fix. Refs midgardprojectgh-25
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Jan 23, 2012
1 parent c6515f9 commit 84d8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midgard_query_result.h
Expand Up @@ -26,7 +26,7 @@
G_BEGIN_DECLS

/* convention macros */
#define MIDGARD_TYPE_QUERY_RESULT (midgard_query_select_get_type())
#define MIDGARD_TYPE_QUERY_RESULT (midgard_query_result_get_type())
#define MIDGARD_QUERY_RESULT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object),MIDGARD_TYPE_QUERY_RESULT, MidgardQueryResult))
#define MIDGARD_IS_QUERY_RESULT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), MIDGARD_TYPE_QUERY_RESULT))
#define MIDGARD_QUERY_RESULT_GET_INTERFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), MIDGARD_TYPE_QUERY_RESULT, MidgardQueryResultIFace))
Expand Down

0 comments on commit 84d8758

Please sign in to comment.