Added private constructors to OpenAL and OpenGL static classes

This commit is contained in:
Elias Naur 2004-07-31 09:34:09 +00:00
parent c46ad444ea
commit 5966d7b6b6
108 changed files with 336 additions and 105 deletions

View file

@ -40,8 +40,7 @@ import java.nio.ShortBuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
public final class ARBBufferObject {
public abstract class ARBBufferObject {
/*
* Accepted by the <usage> parameter of BufferDataARB:
*/