Skip to content

Commit

Permalink
Return pointer. Refs midgardprojectgh-25
Browse files Browse the repository at this point in the history
  • Loading branch information
piotras committed Jan 19, 2012
1 parent c779621 commit 3925be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midgard_query_selector.h
Expand Up @@ -36,7 +36,7 @@ typedef struct _MidgardQuerySelectorIFace MidgardQuerySelectorIFace;
struct _MidgardQuerySelectorIFace {
GTypeInterface parent;

MidgardQueryResult (*get_query_result) (MidgardQuerySelector *self, GError **error);
MidgardQueryResult* (*get_query_result) (MidgardQuerySelector *self, GError **error);
};

GType midgard_query_selector_get_type (void);
Expand Down

0 comments on commit 3925be9

Please sign in to comment.