aboutsummaryrefslogtreecommitdiff
path: root/odb/simple-object-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/simple-object-result.hxx')
-rw-r--r--odb/simple-object-result.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/odb/simple-object-result.hxx b/odb/simple-object-result.hxx
index 58d8958..6f0868a 100644
--- a/odb/simple-object-result.hxx
+++ b/odb/simple-object-result.hxx
@@ -17,19 +17,14 @@
#include <odb/pointer-traits.hxx>
#include <odb/details/config.hxx> // ODB_CXX11
-#include <odb/details/shared-ptr.hxx>
namespace odb
{
// Implementation for non-polymorphic objects with object id.
//
template <typename T>
- class object_result_impl: public details::shared_base
+ class object_result_impl: public result_impl
{
- public:
- virtual
- ~object_result_impl ();
-
protected:
typedef odb::database database_type;