Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / ngmx / fgrid.h
index 4f9334e869accc5464477a8db37c511799d4e9fd..fded06b1ee1e63e1ea85124e8c0e5052f05b81b2 100644 (file)
@@ -41,7 +41,7 @@
 
 typedef struct {
   edlgitem edlg;
-  bool bDef;
+  gmx_bool bDef;
   int  nname;
   char **name;
   char *set,*get,*def,*help;