From Tree, fixes for Java bindings

This commit is contained in:
Robert Osfield
2004-10-25 19:16:57 +00:00
parent 66836ef3d0
commit df9c7e5031
6 changed files with 22 additions and 5 deletions

View File

@@ -163,7 +163,7 @@ bool Switch::setSingleChildOn(unsigned int pos)
return true;
}
#ifdef USE_DEPRECTATED_API
#ifdef USE_DEPRECATED_API
void Switch::setValue(int value)
{
switch(value)