aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-22 08:33:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-22 08:33:30 +0200
commit69043a72696dd584d1a36f737c22bc570f8c433f (patch)
tree05f720c6606670d9642f7d0d9fe2262bb8e2d273 /odb/view-result.hxx
parenta28444da4ca6adb016f719e032174ccb54e1692e (diff)
Workaround for Sun CC
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_;
};