Try this to fix warning on Darwin

This commit is contained in:
Scott R Charlton 2024-03-04 19:11:28 -07:00
parent 79518deebc
commit 64e51c1d13

View File

@ -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)