Browse Source

wrong EXPCL

David Rose 21 years ago
parent
commit
1e7a4986a1
1 changed files with 1 additions and 1 deletions
  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);