From Eric Wing, removed trailing semi colonds from namespace end bracket.

This commit is contained in:
Robert Osfield
2006-05-01 16:05:16 +00:00
parent a7f6174dc0
commit 93a425cafb
3 changed files with 3 additions and 3 deletions

View File

@@ -827,7 +827,7 @@ inline void Drawable::draw(State& state) const
_drawCallback->drawImplementation(state,this);
else
drawImplementation(state);
};
}
}

View File

@@ -113,6 +113,6 @@ class Vec3s
}
};
};
}
#endif

View File

@@ -119,6 +119,6 @@ class Vec4s
}
};
};
}
#endif