From 79f8680eda2351590007fcbe694fe4c0c8f69549 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 7 Jul 2007 17:41:54 +0000 Subject: [PATCH] Fix #997 [SVN r38165] --- bind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.html b/bind.html index 83794be..36ea678 100644 --- a/bind.html +++ b/bind.html @@ -341,7 +341,7 @@ void render(image & target) { public: - boost::function<void> onClick; + boost::function<void()> onClick; }; class player