summaryrefslogtreecommitdiff
path: root/math/libmath++/files/patch-math-nodes.h
blob: 638e6df4314b10f538cdb7ff90eb7268b58287b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- math++/nodes.h.orig	Fri Aug 13 12:59:11 2004
+++ math++/nodes.h	Fri Aug 13 12:59:31 2004
@@ -130,7 +130,7 @@
     TNode<T> *get() const { return FCurrent; }
 
     TNodeIterator<T>& operator++() { increment(); return *this; }
-    TNodeIterator<T>& operator--() { declrement(); return *this; }
+    TNodeIterator<T>& operator--() { decrement(); return *this; }
 };
 
 template<typename T>