summaryrefslogtreecommitdiff
path: root/docs/tutorials/007/page07.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/007/page07.html')
-rw-r--r--docs/tutorials/007/page07.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/007/page07.html b/docs/tutorials/007/page07.html
index 7b31b7d09e7..462dac9189a 100644
--- a/docs/tutorials/007/page07.html
+++ b/docs/tutorials/007/page07.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -72,7 +73,7 @@ public:
baseclass method. */</font>
virtual int open (void *void_data)
{
- return <font color=#008888>inherited::open</font> (void_data);
+ return <font color=#008888>inherited::open</font> (void_data);
}
<font color=red>/*