diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-03 19:50:59 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-03 19:50:59 +0000 |
| commit | 5660e3f37355999b2877ffbdde86794f2ea2e33d (patch) | |
| tree | 33764b49f92b35b2111895d3cb30b997cdfe3306 /macosx/plugins/DFXVideo/macsrc/PluginGLView.h | |
| parent | bc21097f4380f1b62ace949f1f766ceacbcc7c59 (diff) | |
| download | pcsxr-5660e3f37355999b2877ffbdde86794f2ea2e33d.tar.gz | |
OS X fiddling
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginGLView.h')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginGLView.h | 2 |
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 |
