summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Object.h')
-rw-r--r--c++/src/H5Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Object.h b/c++/src/H5Object.h
index bfd5e6f..8441491 100644
--- a/c++/src/H5Object.h
+++ b/c++/src/H5Object.h
@@ -40,6 +40,7 @@ namespace H5 {
class H5_DLLCPP H5Object : public H5Location {
public:
+#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Copy constructor: makes copy of an H5Object object.
H5Object(const H5Object& original);
@@ -47,7 +48,6 @@ class H5_DLLCPP H5Object : public H5Location {
virtual ~H5Object();
protected:
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
// Default constructor
H5Object();