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