[Liblas-commits] hg-main-tree: win32 build fix
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Apr 15 19:40:21 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/6b7e65622763
changeset: 588:6b7e65622763
user: Michael P. Gerlek <mpg at flaxen.com>
date: Fri Apr 15 16:40:12 2011 -0700
description:
win32 build fix
diffstat:
include/libpc/drivers/oci/Schema.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e3718039465f -r 6b7e65622763 include/libpc/drivers/oci/Schema.hpp
--- a/include/libpc/drivers/oci/Schema.hpp Fri Apr 15 16:36:50 2011 -0700
+++ b/include/libpc/drivers/oci/Schema.hpp Fri Apr 15 16:40:12 2011 -0700
@@ -57,7 +57,7 @@
void OCISchemaGenericErrorHandler (void * ctx, const char* message, ...);
void OCISchemaStructuredErrorHandler (void * userData, xmlErrorPtr error);
-class Schema
+class LIBPC_DLL Schema
{
public:
Schema(std::string xml, std::string xmlschema);
More information about the Liblas-commits
mailing list