aboutsummaryrefslogtreecommitdiff
path: root/src/tafnode.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2008-09-24 03:22:58 +0000
committerMike Buland <eichlan@xagasoft.com>2008-09-24 03:22:58 +0000
commit0975d66d2f06603f5e4016440b333aac88e2958a (patch)
treecd3767fb74c2475fd78bca9ff2d3ba825dd329f4 /src/tafnode.h
parent17df4c2b9616c29865b0d893cc797d4938a660a2 (diff)
downloadlibbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.gz
libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.bz2
libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.xz
libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.zip
Ok, now all the warnings are gone (except for those coming from nids, but that's
ok, nids is still in flux, they'll be gone soon).
Diffstat (limited to 'src/tafnode.h')
-rw-r--r--src/tafnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafnode.h b/src/tafnode.h
index 9f80781..fcdfdf5 100644
--- a/src/tafnode.h
+++ b/src/tafnode.h
@@ -33,7 +33,7 @@ namespace Bu
33 TafNode( NodeType eType ); 33 TafNode( NodeType eType );
34 virtual ~TafNode(); 34 virtual ~TafNode();
35 35
36 const NodeType getType() const; 36 NodeType getType() const;
37 37
38 private: 38 private:
39 NodeType eType; 39 NodeType eType;