From 69043a72696dd584d1a36f737c22bc570f8c433f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Sep 2011 08:33:30 +0200 Subject: Workaround for Sun CC --- odb/object-result.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/object-result.hxx') diff --git a/odb/object-result.hxx b/odb/object-result.hxx index 235b682..b4ef810 100644 --- a/odb/object-result.hxx +++ b/odb/object-result.hxx @@ -364,7 +364,7 @@ namespace odb } private: - friend class result; + friend class result; details::shared_ptr impl_; }; -- cgit v1.1