X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=dev%2Fexamples%2Fclass-hierarchy-to-dot.lisp;h=0cc5f32e9bfca54747249ace2c7f4b15e8524676;hb=bba9034e3ef333735caacda78a76ff4f911ff486;hp=e70380abcf70bcdd8fa3dc77a73b684d9c157f43;hpb=438d1e0593dc62fe7b975a5865ec27955afcb7a1;p=cl-graph.git diff --git a/dev/examples/class-hierarchy-to-dot.lisp b/dev/examples/class-hierarchy-to-dot.lisp index e70380a..0cc5f32 100644 --- a/dev/examples/class-hierarchy-to-dot.lisp +++ b/dev/examples/class-hierarchy-to-dot.lisp @@ -1,4 +1,4 @@ -(in-package metabang.graph) +(in-package #:metabang.graph) (defun roots-and-child-function->graph (roots child-function max-depth) (let ((g (make-graph 'graph-container)))