Update headers, fix style for some py files
[alexxy/gromacs.git] / src / python / sip / options / filenameoption.sip
index 5f4f626b0feb97418fe117697510783aeda2edda..7151480d6d060900e83f8cfb270c87d1b26a41c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -81,6 +81,6 @@ public:
     FileNameOption& inputOutputFile();
     FileNameOption& readWriteFlags(bool, bool);
     FileNameOption& libraryFile(bool = true);
-    FileNameOption& defaultBasename(const char*);
+    FileNameOption& defaultBasename(const char* /KeepReference/);
     FileNameOption& defaultType(int);
 };