From 4d72eca731fb5c0f257c6a1f21d09a38f5944c25 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 8 Aug 2003 22:15:43 +0000 Subject: [PATCH] Stupid fix, from mainline [SVN r19490] --- test/sum_avg_portable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sum_avg_portable.cpp b/test/sum_avg_portable.cpp index e31595e..fe73be8 100644 --- a/test/sum_avg_portable.cpp +++ b/test/sum_avg_portable.cpp @@ -25,7 +25,7 @@ void do_sum_avg(int values[], int n, int& sum, float& avg) } int main() { - boost::function4 sum_avg; + boost::function4 sum_avg; sum_avg = &do_sum_avg; return 0;