Fix compiler issues
[alexxy/gromacs.git] / src / programs / mdrun_main.cpp
index c2bdb70b3df5fdd4913947893cf056a81e4e5964..660e16c89822f4cda6c1c1947cba27cef6166050 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2013,2014,2016, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2016,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -53,5 +53,5 @@ void initSettingsNoNice(gmx::CommandLineModuleSettings *settings)
 int main(int argc, char *argv[])
 {
     return gmx::CommandLineModuleManager::runAsMainCMainWithSettings(
-            argc, argv, &gmx_mdrun, &initSettingsNoNice);
+            argc, argv, &gmx::gmx_mdrun, &initSettingsNoNice);
 }