diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PluginAlgorithmFactory.cpp (renamed from src/PluginAlgorithm.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PluginAlgorithm.cpp b/src/PluginAlgorithmFactory.cpp index ea1e104..a6b445f 100644 --- a/src/PluginAlgorithm.cpp +++ b/src/PluginAlgorithmFactory.cpp @@ -25,7 +25,7 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. ----------------------------------------------------------------------- */ -#include "astra/PluginAlgorithm.h" +#include "astra/PluginAlgorithmFactory.h" namespace astra { |