diff options
Diffstat (limited to 'libguile/goops.c')
-rw-r--r-- | libguile/goops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/goops.c b/libguile/goops.c index 6fc073bdc..5e4b4964a 100644 --- a/libguile/goops.c +++ b/libguile/goops.c @@ -221,7 +221,7 @@ SCM_DEFINE (scm_class_of, "class-of", 1, 0, 0, case scm_tc7_vector: case scm_tc7_wvect: return scm_class_vector; - case scm_tc7_foreign: + case scm_tc7_pointer: return class_foreign; case scm_tc7_hashtable: return class_hashtable; |