summaryrefslogtreecommitdiffstats
path: root/python/astra/plugin_c.pyx
diff options
context:
space:
mode:
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 dcc22e9..2f473c1 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -48,7 +48,7 @@ cdef extern from "src/PythonPluginAlgorithm.h" namespace "astra":
cdef extern from "src/PythonPluginAlgorithm.h" namespace "astra::CPythonPluginAlgorithmFactory":
cdef CPythonPluginAlgorithmFactory* getSingletonPtr()
-cdef extern from "astra/PluginAlgorithm.h" namespace "astra::CPluginAlgorithmFactory":
+cdef extern from "astra/PluginAlgorithmFactory.h" namespace "astra::CPluginAlgorithmFactory":
# NB: Using wrong pointer type here for convenience
cdef void registerFactory(CPythonPluginAlgorithmFactory *)