mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
loader: fix incorrect EXPCL that prevents compilation on Windows
This commit is contained in:
parent
7b9f87412a
commit
93ed9632ac
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user