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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/view-result.hxx b/odb/view-result.hxx
index ef9ffd8..25fd0f5 100644
--- a/odb/view-result.hxx
+++ b/odb/view-result.hxx
@@ -359,7 +359,7 @@ namespace odb
}
private:
- friend class result<const T, class_view>;
+ friend class result<const T>;
details::shared_ptr<result_impl_type> impl_;
};