Corrected GLRenderer's instantiation function name.

(I guess frenchies are guilty here, as mmu_man's ThemeAddOn have the same disease...)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23757 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2008-01-26 22:51:51 +00:00
parent 62c35bb99a
commit 46b5cc220a
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ private:
renderer_id fID;
};
extern "C" _EXPORT BGLRenderer * instanciate_gl_renderer(BGLView *view, ulong options, BGLDispatcher *dispatcher);
extern "C" _EXPORT BGLRenderer * instantiate_gl_renderer(BGLView *view, ulong options, BGLDispatcher *dispatcher);
#endif // GLRENDERER_H