aboutsummaryrefslogtreecommitdiff
path: root/odb/no-id-object-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/no-id-object-result.hxx')
-rw-r--r--odb/no-id-object-result.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/odb/no-id-object-result.hxx b/odb/no-id-object-result.hxx
index 8893e7a..21be2dc 100644
--- a/odb/no-id-object-result.hxx
+++ b/odb/no-id-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 objects without object id (always non-polymorphic).
//
template <typename T>
- class no_id_object_result_impl: public details::shared_base
+ class no_id_object_result_impl: public result_impl
{
- public:
- virtual
- ~no_id_object_result_impl ();
-
protected:
typedef odb::database database_type;