]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/opengl/annotations/annotations.factor
Missed yet more renames
[factor.git] / basis / opengl / annotations / annotations.factor
index a82c645ef29037df416727e3a5d4138ae48fa387..9e84732cfe5b0e524e94f5bf366265ec2b64e814 100644 (file)
@@ -25,7 +25,7 @@ gl-error-log [ V{ } clone ] initialize
     name>> { [ "glGetError" = not ] [ "gl" head? ] [ third LETTER? ] } 1&& ;
 
 : gl-functions ( -- words )
-    "opengl.gl" vocab words [ gl-function? ] filter ;
+    "opengl.gl" lookup-vocab words [ gl-function? ] filter ;
 
 : annotate-gl-functions ( quot -- )
     [