summaryrefslogtreecommitdiff
path: root/src/ast/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/path.cpp')
-rw-r--r--src/ast/path.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index 032c57b4..60dee881 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -31,6 +31,10 @@ namespace AST {
)
return os;
}
+PathBinding PathBinding::clone() const
+{
+ assert(!"TODO: PathBinding::clone()");
+}
// --- AST::PathNode
PathNode::PathNode(::std::string name, ::std::vector<TypeRef> args):