summaryrefslogtreecommitdiff
path: root/flang/runtime/descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'flang/runtime/descriptor.h')
-rw-r--r--flang/runtime/descriptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/runtime/descriptor.h b/flang/runtime/descriptor.h
index 3a4f2ce3a29c..bb8a428c83ec 100644
--- a/flang/runtime/descriptor.h
+++ b/flang/runtime/descriptor.h
@@ -125,6 +125,7 @@ public:
raw_.base_addr = nullptr;
raw_.f18Addendum = false;
}
+ Descriptor(const Descriptor &);
~Descriptor();