Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 18, 2017
1 parent d19e707 commit 9ed189e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/providers/oracle/ocispatial/wkbptr.h
Expand Up @@ -22,11 +22,10 @@
union wkbPtr
{
void *vPtr = nullptr;
double *dPtr = nullptr;
int *iPtr = nullptr;
double *dPtr;
int *iPtr;
unsigned char *ucPtr;
char *cPtr = nullptr;

char *cPtr;
};

const int SDO_ARRAY_SIZE = 1024;
Expand Down

0 comments on commit 9ed189e

Please sign in to comment.