chiark / gitweb /
doc/: Some minor tweaks and corrections.
[sod] / doc / intro.tex
index 3e5e8f72b9a21aa5cb546851dfc05e86b86477dc..67a220f5993e05a528228cc8661da4654e3b0248 100644 (file)
@@ -164,7 +164,7 @@ the various @|_f| functions in the right order, like this:
     void _f() \{ std::cout <{}< "B@\\n"; \}                   \-\\
   public:                                                       \\ \ind
     virtual void f() \{ _f(); \}                                \\
-    virtual ~B() \{ \}                                        \-\\
+    virtual @~B() \{ \}                                        \-\\
   \};                                                           \\+
                                                                 %
   class X: virtual public B \{                                  \\