Change naming convention for C++ interfaces
[alexxy/gromacs.git] / docs / dev-manual / relocatable-binaries.rst
index df83d9b37d9996725416e9071679d49692333db5..e29907d2d16e9154278c33035b16cb9f204aca76 100644 (file)
@@ -134,7 +134,7 @@ implementation, which works like this:
 The above logic to find the installation prefix is in
 ``src/gromacs/commandline/cmdlineprogramcontext.cpp``.  Note that code that
 links to ``libgromacs`` can provide an alternative implementation for
-``gmx::ProgramContextInterface`` for locating the data files, and is then fully
+``gmx::IProgramContext`` for locating the data files, and is then fully
 responsible of the above considerations.
 
 Information about the used data directories is printed into the console output