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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/path.cpp b/src/ast/path.cpp
index 9cdf0317..9ff9fe0d 100644
--- a/src/ast/path.cpp
+++ b/src/ast/path.cpp
@@ -577,6 +577,7 @@ SERIALISE_TYPE(Path::, "AST_Path", {
s % tag;
switch(tag)
{
+ case Class::TAGDEAD: throw "";
_D(Invalid)
_D(Local , s.item( ent.name ); )