diff options
Diffstat (limited to 'src/hir/path.cpp')
-rw-r--r-- | src/hir/path.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hir/path.cpp b/src/hir/path.cpp index 23b9c448..3ea90b9f 100644 --- a/src/hir/path.cpp +++ b/src/hir/path.cpp @@ -31,6 +31,10 @@ namespace HIR { } } +::HIR::PathParams::PathParams() +{ +} + ::HIR::GenericPath::GenericPath() { } |