Fix class-map image loading and use the new static smoke methods.
src/libsmoke/class.lisp
Sun Jan 17 22:04:08 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Fix class-map image loading and use the new static smoke methods.
indClass() and isDerivedFrom() are now static (r1076132 and also in KDE 4.4).
--- old-smoke/src/libsmoke/class.lisp 2014-10-30 08:08:38.000000000 +0100
+++ new-smoke/src/libsmoke/class.lisp 2014-10-30 08:08:38.000000000 +0100
@@ -19,7 +19,6 @@
(defcfun (smoke-find-class "cl_smoke_find_class") :void
(m :pointer smoke-module-index)
- (smoke :pointer)
(name :string))
(defcfun (smoke-class-id "cl_smoke_class_id") smoke-index