aboutsummaryrefslogtreecommitdiff
path: root/odb/details/shared-ptr/base.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/shared-ptr/base.hxx')
-rw-r--r--odb/details/shared-ptr/base.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index 7cf44da..3bc2df1 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -12,8 +12,8 @@
#include <cstddef> // std::size_t
#include <odb/exception.hxx>
-
#include <odb/details/export.hxx>
+#include <odb/details/shared-ptr/counter-type.hxx>
namespace odb
{
@@ -52,8 +52,9 @@ namespace odb
what () const throw ();
};
- struct LIBODB_EXPORT shared_base
+ class LIBODB_EXPORT shared_base
{
+ public:
shared_base ();
shared_base (const shared_base&);
shared_base&