From 9fbf2796a0ee450da0ca2f03a751e6a25ab991b8 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Sun, 25 Dec 2005 18:24:47 +0000 Subject: [PATCH] Fixed example. --- doc/tutorial/ginac.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index d23d9ced..fed7c83a 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -7771,7 +7771,7 @@ ex e = mystring("Hello, world!"); cout << is_a(e) << endl; // -> 1 (true) -cout << e.bp->class_name() << endl; +cout << ex_to(e).class_name() << endl; // -> mystring @end example -- 2.49.0