Update to oneAPI beta09
[alexxy/gromacs.git] / src / testutils / testoptions.h
index 328c9a7f310bbe3fab0bdabfd88e59ae22254065..6b712157312adbdf2f743f58f1fe6f15228297ac 100644 (file)
@@ -168,7 +168,7 @@ void initTestOptions(IOptionsContainer* options);
     {                                                                                                                  \
     public:                                                                                                            \
         name() { ::gmx::test::registerTestOptions(#name, this); }                                                      \
-        virtual void initOptions(::gmx::IOptionsContainer*(options));                                                  \
+        void initOptions(::gmx::IOptionsContainer*(options)) override;                                                 \
     };                                                                                                                 \
                                                                                                                        \
     static gmx_unused name s_##name##Instance;                                                                         \