aboutsummaryrefslogtreecommitdiff
path: root/src/tafnode.cpp
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.cpp
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.cpp')
-rw-r--r--src/tafnode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tafnode.cpp b/src/tafnode.cpp
index bdd96d7..35be4ff 100644
--- a/src/tafnode.cpp
+++ b/src/tafnode.cpp
@@ -5,7 +5,7 @@
5 * terms of the license contained in the file LICENSE. 5 * terms of the license contained in the file LICENSE.
6 */ 6 */
7 7
8#include "tafnode.h" 8#include "bu/tafnode.h"
9 9
10Bu::TafNode::TafNode( NodeType eType ) : 10Bu::TafNode::TafNode( NodeType eType ) :
11 eType( eType ) 11 eType( eType )
@@ -16,7 +16,7 @@ Bu::TafNode::~TafNode()
16{ 16{
17} 17}
18 18
19const Bu::TafNode::NodeType Bu::TafNode::getType() const 19Bu::TafNode::NodeType Bu::TafNode::getType() const
20{ 20{
21 return eType; 21 return eType;
22} 22}