fixed copy-paste bug in glw.

This commit is contained in:
Marco Di Benedetto 2012-05-01 22:17:30 +00:00
parent 8712813a97
commit eae419e894
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class SharedObjectBinding
GLint unit(void) const
{
return this->m_target;
return this->m_unit;
}
void ref(void)