diff options
Diffstat (limited to '')
-rw-r--r-- | src/tafnode.cpp | 4 |
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 | ||
10 | Bu::TafNode::TafNode( NodeType eType ) : | 10 | Bu::TafNode::TafNode( NodeType eType ) : |
11 | eType( eType ) | 11 | eType( eType ) |
@@ -16,7 +16,7 @@ Bu::TafNode::~TafNode() | |||
16 | { | 16 | { |
17 | } | 17 | } |
18 | 18 | ||
19 | const Bu::TafNode::NodeType Bu::TafNode::getType() const | 19 | Bu::TafNode::NodeType Bu::TafNode::getType() const |
20 | { | 20 | { |
21 | return eType; | 21 | return eType; |
22 | } | 22 | } |