summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.h')
-rwxr-xr-xmacosx/plugins/DFXVideo/macsrc/PluginGLView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginGLView.h b/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
index 4400c2c8..a8667b11 100755
--- a/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
+++ b/macosx/plugins/DFXVideo/macsrc/PluginGLView.h
@@ -75,7 +75,7 @@ static inline void RunOnMainThreadSync(dispatch_block_t block)
- (void)swapBuffer;
- (void)clearBuffer:(BOOL)display;
- (void)loadTextures:(GLboolean)first;
-- (char*)loadSource:(NSURL *)filename;
++ (char*)loadSource:(NSURL *)filename;
void printProgramInfoLog(GLuint obj);
@end