loader: fix incorrect EXPCL that prevents compilation on Windows

This commit is contained in:
rdb 2019-07-30 13:28:10 +02:00
parent 7b9f87412a
commit 93ed9632ac

View File

@ -25,7 +25,7 @@
* constructed by inheritance and explicitly registered, or it can be created
* by passing in a pkg_resources.EntryPoint instance.
*/
class EXPCL_PANDA_PGRAPH PythonLoaderFileType : public LoaderFileType {
class PythonLoaderFileType : public LoaderFileType {
public:
PythonLoaderFileType();
PythonLoaderFileType(std::string extension, PyObject *entry_point);