diff options
| author | Peter Eisentraut | 2016-10-26 16:00:00 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-10-27 02:41:56 +0000 |
| commit | c32fe432afd4bc428acf4a237f911271746f689f (patch) | |
| tree | 92639ac6aebb3f3401af710f4209c62b1574c0b7 /src/include/lib | |
| parent | 586a46c22cea1526995195283fee0521fc6674b8 (diff) | |
Avoid using a C++ keyword in header file
per cpluspluscheck
Diffstat (limited to 'src/include/lib')
| -rw-r--r-- | src/include/lib/simplehash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/simplehash.h b/src/include/lib/simplehash.h index 56d1f049a44..12aedbc384c 100644 --- a/src/include/lib/simplehash.h +++ b/src/include/lib/simplehash.h @@ -116,7 +116,7 @@ typedef struct SH_TYPE MemoryContext ctx; /* user defined data, useful for callbacks */ - void *private; + void *private_data; } SH_TYPE; typedef enum SH_STATUS |
