summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-08-24 14:28:25 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-08-28 12:00:54 +0200
commit52987f395d423203fbb1a417961408804832c258 (patch)
tree5524d3e6d08b9278054633d258bbb5544cb1ddbe /src
parent0a72d3f5c67f417199dd41af373ef0e129780838 (diff)
downloadastra-52987f395d423203fbb1a417961408804832c258.tar.gz
astra-52987f395d423203fbb1a417961408804832c258.tar.bz2
astra-52987f395d423203fbb1a417961408804832c258.tar.xz
astra-52987f395d423203fbb1a417961408804832c258.zip
Make filename more consistent
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 {