Adapt to latest changes in GROMACS
[alexxy/gromacs.git] / src / python / sip / options / abstractoption.sip
index df74dfcbe25faf6113ae3ce00f187c9984044a56..0861e9249130ccffd3d36873697bda072b5f74c3 100644 (file)
@@ -33,7 +33,7 @@
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-class AbstractOption /NoDefaultCtors/ {
+class AbstractOption /NoDefaultCtors,Abstract/ {
 %TypeHeaderCode
 #include <gromacs/options/abstractoption.h>
 using gmx::AbstractOption;