Browse Source

loader: fix incorrect EXPCL that prevents compilation on Windows

rdb 6 years ago
parent
commit
93ed9632ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/pythonLoaderFileType.h

+ 1 - 1
panda/src/pgraph/pythonLoaderFileType.h

@@ -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);