From 21ae85a5a54a9822931b8965b08d806ea45e1dfe Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 27 Aug 2018 15:35:04 +0200 Subject: Split up PythonPluginAlgorithm files --- 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 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": -- cgit v1.2.3