summaryrefslogtreecommitdiffstats
path: root/python/astra/plugin_c.pyx
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-08-27 15:35:04 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-08-28 12:12:41 +0200
commit21ae85a5a54a9822931b8965b08d806ea45e1dfe (patch)
tree7b1a0e32bf8e0a307ff8b3a5511337cf577454d4 /python/astra/plugin_c.pyx
parent52987f395d423203fbb1a417961408804832c258 (diff)
downloadastra-21ae85a5a54a9822931b8965b08d806ea45e1dfe.tar.gz
astra-21ae85a5a54a9822931b8965b08d806ea45e1dfe.tar.bz2
astra-21ae85a5a54a9822931b8965b08d806ea45e1dfe.tar.xz
astra-21ae85a5a54a9822931b8965b08d806ea45e1dfe.zip
Split up PythonPluginAlgorithm files
Diffstat (limited to 'python/astra/plugin_c.pyx')
-rw-r--r--python/astra/plugin_c.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/astra/plugin_c.pyx b/python/astra/plugin_c.pyx
index 2f473c1..2fd9a8f 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -45,7 +45,7 @@ cdef extern from "src/PythonPluginAlgorithm.h" namespace "astra":
object getRegistered()
string getHelp(string &name)
-cdef extern from "src/PythonPluginAlgorithm.h" namespace "astra::CPythonPluginAlgorithmFactory":
+cdef extern from "src/PythonPluginAlgorithmFactory.h" namespace "astra::CPythonPluginAlgorithmFactory":
cdef CPythonPluginAlgorithmFactory* getSingletonPtr()
cdef extern from "astra/PluginAlgorithmFactory.h" namespace "astra::CPluginAlgorithmFactory":