diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/GL3Code.m')
| -rw-r--r-- | macosx/plugins/DFXVideo/macsrc/GL3Code.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/GL3Code.m b/macosx/plugins/DFXVideo/macsrc/GL3Code.m index 0e8ec435..039de9a0 100644 --- a/macosx/plugins/DFXVideo/macsrc/GL3Code.m +++ b/macosx/plugins/DFXVideo/macsrc/GL3Code.m @@ -117,7 +117,7 @@ static int mylog2(int val) } /* chargement du code source */ - src = [self loadSource:filename]; + src = [PluginGLView loadSource:filename]; if(src == NULL) { /* theoriquement, la fonction LoadSource a deja affiche un message |
