diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-06-24 13:07:13 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-06-24 13:07:13 +0200 |
commit | 26db3d36d9787bb14419b66a4219fd9e1818556a (patch) | |
tree | 7ef4d1c85dac172e2a94814a2a1faa38f1a35419 | |
parent | e4e7cdf53733fc330488c2ac003bebc2b60871b2 (diff) |
Make oid enumeration anonymous
-rw-r--r-- | odb/pgsql/pgsql-oid.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/pgsql-oid.hxx b/odb/pgsql/pgsql-oid.hxx index 2695328..0d7260e 100644 --- a/odb/pgsql/pgsql-oid.hxx +++ b/odb/pgsql/pgsql-oid.hxx @@ -18,7 +18,7 @@ namespace odb { namespace pgsql { - enum oid + enum { bool_oid = 16, int2_oid = 21, |