]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/fsevents/fsevents.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / core-foundation / fsevents / fsevents.factor
index c1bf42db62d39167a93aa4c952fefb48c40e0a09..15cb7894f0cce551f28706bd7e28783dd3eea273 100644 (file)
@@ -129,7 +129,7 @@ FUNCTION: void FSEventStreamShow ( FSEventStreamRef streamRef )
 FUNCTION: CFStringRef FSEventStreamCopyDescription ( FSEventStreamRef streamRef )
 
 : make-FSEventStreamContext ( info -- alien )
-    FSEventStreamContext <struct>
+    FSEventStreamContext new
         swap >>info ;
 
 :: <FSEventStream> ( callback info paths latency flags -- event-stream )