Rename gmx Variant to Any
[alexxy/gromacs.git] / src / gromacs / options / basicoptionstorage.h
index 847af90eb7183972d8ac9d262f321660989566ff..b1dfb5781e45a4e6455ae9ba022596646aa4061c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2012,2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019, 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.
@@ -244,7 +244,7 @@ class EnumOptionStorage : public OptionStorageTemplateSimple<int>
         std::string typeString() const override { return "enum"; }
         std::string formatExtraDescription() const override;
         std::string formatSingleValue(const int &value) const override;
-        Variant normalizeValue(const int &value) const override;
+        Any normalizeValue(const int &value) const override;
 
         //! \copydoc EnumOptionInfo::allowedValues()
         const std::vector<std::string> &allowedValues() const { return allowed_; }