diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:40:48 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:27:28 +0200 |
commit | 98f604c3fd9d84b16f5bc0155750b164d1ffea07 (patch) | |
tree | a4802735d18b34f6f9e5cecf8888e6260e019700 | |
parent | d79a821138367d3212109e837ee07fb51d52a9cd (diff) |
Correct libarray import/export macro
-rw-r--r-- | odb/oracle/tracer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/tracer.hxx b/odb/oracle/tracer.hxx index 149c627..5837fe9 100644 --- a/odb/oracle/tracer.hxx +++ b/odb/oracle/tracer.hxx @@ -17,7 +17,7 @@ namespace odb { namespace oracle { - class LIBODB_EXPORT tracer: private odb::tracer + class LIBODB_ORACLE_EXPORT tracer: private odb::tracer { public: virtual |