aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/view-result.hxx')
-rw-r--r--odb/view-result.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/odb/view-result.hxx b/odb/view-result.hxx
index 1fd30e0..d111e36 100644
--- a/odb/view-result.hxx
+++ b/odb/view-result.hxx
@@ -17,17 +17,12 @@
#include <odb/pointer-traits.hxx>
#include <odb/details/config.hxx> // ODB_CXX11
-#include <odb/details/shared-ptr.hxx>
namespace odb
{
template <typename T>
- class view_result_impl: public details::shared_base
+ class view_result_impl: public result_impl
{
- public:
- virtual
- ~view_result_impl ();
-
protected:
friend class result<T>;
friend class result<const T>;