diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-20 20:25:04 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-20 20:25:04 +0000 |
commit | e7f1e289484e4c2579c70e3441a2985f7e6cd98b (patch) | |
tree | aaf13ec65d40ff5beeb6aa0827ac978f3b4318ae /docs | |
parent | f5bc1470958eec37a68b996cc263b91a5a811af3 (diff) | |
download | mana-e7f1e289484e4c2579c70e3441a2985f7e6cd98b.tar.gz mana-e7f1e289484e4c2579c70e3441a2985f7e6cd98b.tar.bz2 mana-e7f1e289484e4c2579c70e3441a2985f7e6cd98b.tar.xz mana-e7f1e289484e4c2579c70e3441a2985f7e6cd98b.zip |
Committed fix for error pointed out by the good man CaptainWoodman
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index fb426a14..614d2b13 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -44,7 +44,7 @@ necessary. void function(param1, param2) { } - class TheClass : public TheSubclass { + class TheClass : public TheSupclass { }; Ending parenthesis may be on next line for clarity. |