1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2007-09-24 17:50:43 +00:00
parent 6d6a042e00
commit 2f0486de4e
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ OpenGLContext::~OpenGLContext()
knownContexts.removeValue (this); knownContexts.removeValue (this);
} }
OpenGLContext* OpenGLContext::getCurrentContext() throw() OpenGLContext* OpenGLContext::getCurrentContext()
{ {
for (int i = knownContexts.size(); --i >= 0;) for (int i = knownContexts.size(); --i >= 0;)
{ {

View file

@ -168,7 +168,7 @@ public:
Returns 0 if there isn't an active context. Returns 0 if there isn't an active context.
*/ */
static OpenGLContext* getCurrentContext() throw(); static OpenGLContext* getCurrentContext();
//============================================================================== //==============================================================================
juce_UseDebuggingNewOperator juce_UseDebuggingNewOperator