Fixed typo and updated wrappers

This commit is contained in:
Robert Osfield
2009-10-22 12:56:41 +00:00
parent 0289e5e5a2
commit 9b6e25cf62
5 changed files with 35 additions and 9 deletions

View File

@@ -31,8 +31,8 @@ class OSG_EXPORT GLBeginEndAdapter
GLBeginEndAdapter(State* state=0);
void setState(State* state) { _state = state; }
State* setState() { return _state; }
const State* setState() const { return _state; }
State* getState() { return _state; }
const State* getState() const { return _state; }
enum MatrixMode
{