From 52987f395d423203fbb1a417961408804832c258 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 24 Aug 2018 14:28:25 +0200 Subject: Make filename more consistent --- python/astra/plugin_c.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/astra/plugin_c.pyx') 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 *) -- cgit v1.2.3