Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / utility / fatalerror.h
index f2e948f2653bab279fe8ff10b1af316037d7423c..8c3b6b6175f6332a4612f7ff46013bcd224aff03 100644 (file)
@@ -77,7 +77,7 @@ extern gmx_bool gmx_debug_at;
  * For command line programs, gmx::CommandLineModuleManager takes care
  * of this if the user requests debugging.
  */
-void gmx_init_debug(const int dbglevel, const char *dbgfile);
+void gmx_init_debug(int dbglevel, const char *dbgfile);
 
 /** Returns TRUE when the program was started in debug mode */
 gmx_bool bDebugMode(void);