mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Try this to fix warning on Darwin
This commit is contained in:
parent
d336cd6760
commit
2294b1ed91
@ -17,7 +17,9 @@
|
||||
#endif
|
||||
|
||||
#if __cplusplus < 201103L // Check if C++ standard is pre-C++11
|
||||
# define nullptr NULL
|
||||
# ifndef nullptr
|
||||
# define nullptr NULL
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(PHREEQCI_GUI)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user