X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Foptions%2Ftimeunitmanager.h;h=d35f6e5ae996e40ae3621c8ebfdaf68fdde12f9f;hb=d140ff68d87ca3c962308fc03dadd4d99cdd9459;hp=76e08312bebfe16603db5e5e015ba24f21d29c6f;hpb=5750bfe806310856448a1e7baf46a7d648d1185e;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/options/timeunitmanager.h b/src/gromacs/options/timeunitmanager.h index 76e08312be..d35f6e5ae9 100644 --- a/src/gromacs/options/timeunitmanager.h +++ b/src/gromacs/options/timeunitmanager.h @@ -1,7 +1,7 @@ /* * This file is part of the GROMACS molecular simulation package. * - * Copyright (c) 2012,2014, by the GROMACS development team, led by + * Copyright (c) 2012,2014,2015, 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. @@ -48,6 +48,7 @@ namespace gmx { +class IOptionsContainer; class Options; /*! \brief @@ -130,7 +131,7 @@ class TimeUnitManager * Adds an enum option to \p options to select the time unit for this * manager. */ - void addTimeUnitOption(Options *options, const char *name); + void addTimeUnitOption(IOptionsContainer *options, const char *name); /*! \brief * Scales user input values given to time options. *