aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index b59034f..8e91407 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -8,7 +8,6 @@
namespace odb
{
- class session;
class database;
class transaction;
@@ -31,7 +30,7 @@ namespace odb
class object_factory;
template <typename P>
- class shared_factory;
+ class pointer_factory;
};
}