From f46601155e09b17576d2ff6272dde5fc3f2d9620 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 8 Nov 2011 13:34:02 +0200 Subject: Stylistic changes --- odb/oracle/auto-descriptor.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx index ce01c8f..68b0342 100644 --- a/odb/oracle/auto-descriptor.hxx +++ b/odb/oracle/auto-descriptor.hxx @@ -49,13 +49,13 @@ namespace odb // auto_descriptor_base // - template + template struct auto_descriptor_base { static void release (D* d) { - oci_descriptor_free (d, Type); + oci_descriptor_free (d, type); } }; @@ -73,8 +73,8 @@ namespace odb // auto_descriptor // - template - class auto_descriptor: auto_descriptor_base + template + class auto_descriptor: auto_descriptor_base { public: auto_descriptor (D* d = 0) -- cgit v1.1