Skip to content

Commit

Permalink
fix small typo so we build
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed May 15, 2011
1 parent 720a52c commit 8cf5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memoize/Memoize.winxed
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace Rosella

// Get, and maybe set, the target function for a memoizer
function proxy_function(var proxy,
var func [optional], int has_func [opt_flag]))
var func [optional], int has_func [opt_flag])
{
using Rosella.Proxy.get_proxy_private_attr;
var old_func = get_proxy_private_attr(proxy, "target_object");
Expand Down

0 comments on commit 8cf5375

Please sign in to comment.