From eae419e89491a52c5b3a8274174aa196c1fe9259 Mon Sep 17 00:00:00 2001 From: dibenedetto Date: Tue, 1 May 2012 22:17:30 +0000 Subject: [PATCH] fixed copy-paste bug in glw. --- wrap/glw/bookkeeping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/glw/bookkeeping.h b/wrap/glw/bookkeeping.h index b0a554fc..68238c66 100644 --- a/wrap/glw/bookkeeping.h +++ b/wrap/glw/bookkeeping.h @@ -197,7 +197,7 @@ class SharedObjectBinding GLint unit(void) const { - return this->m_target; + return this->m_unit; } void ref(void)