Ver Fonte

wrong EXPCL

David Rose há 21 anos atrás
pai
commit
1e7a4986a1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dtool/src/dconfig/globPattern.h

+ 1 - 1
dtool/src/dconfig/globPattern.h

@@ -38,7 +38,7 @@
 //               example, to scan a directory for all files matching a
 //               particular pattern.
 ////////////////////////////////////////////////////////////////////
-class EXPCL_DTOOL GlobPattern {
+class EXPCL_DTOOLCONFIG GlobPattern {
 public:
   INLINE GlobPattern(const string &pattern = string());
   INLINE GlobPattern(const GlobPattern &copy);