Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 7, 2017
1 parent 1c63522 commit 1c7dbc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/providers/oracle/ocispatial/wkbptr.h
Expand Up @@ -23,10 +23,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 1c7dbc7

Please sign in to comment.