fixed Mr.Tree file edit mistake on my part
authorStephen Groundwater <slacker@gluebox.com>
Sun, 16 Oct 2005 14:57:36 +0000 (14:57 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Sun, 16 Oct 2005 14:57:36 +0000 (14:57 +0000)
SVN-Revision: 2848

src/badguy/mrtree.hpp

index 8858d4e..058e261 100644 (file)
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
 
-#ifndef __TOTEM_H__
-#define __TOTEM_H__
+#ifndef __MRTREE_H__
+#define __MRTREE_H__
 
 #include "badguy.hpp"
 
-class Totem : public BadGuy
+class MrTree : public BadGuy
 {
 public:
-  Totem(const lisp::Lisp& reader);
+  MrTree(const lisp::Lisp& reader);
 
   void activate();
   void write(lisp::Writer& writer);