Skip to content

Commit

Permalink
added OUTPUT section to foreground() sub, this removes a compiler war…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
FROGGS committed Oct 14, 2011
1 parent 5e16620 commit 155a625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SDLx/Layer.xs
Expand Up @@ -240,6 +240,8 @@ layerx_foreground( bag )
SvREFCNT_inc( bag );
RETVAL = newSVsv(bag);
SvREFCNT_inc(RETVAL);
OUTPUT:
RETVAL

void
layerx_DESTROY( layer )
Expand Down

0 comments on commit 155a625

Please sign in to comment.