Extract IOptionsContainer from Options
[alexxy/gromacs.git] / src / gromacs / options / options.cpp
index c0cff702033c691e79be4913cb2c05356117446b..9b422c96404ec531809c7310f6873fedcf735f3c 100644 (file)
@@ -63,6 +63,14 @@ IOptionManager::~IOptionManager()
 {
 }
 
+/********************************************************************
+ * IOptionsContainer
+ */
+
+IOptionsContainer::~IOptionsContainer()
+{
+}
+
 /********************************************************************
  * Options::Impl
  */