浏览代码

wrong EXPCL

David Rose 21 年之前
父节点
当前提交
1e7a4986a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 //               example, to scan a directory for all files matching a
 //               particular pattern.
 //               particular pattern.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-class EXPCL_DTOOL GlobPattern {
+class EXPCL_DTOOLCONFIG GlobPattern {
 public:
 public:
   INLINE GlobPattern(const string &pattern = string());
   INLINE GlobPattern(const string &pattern = string());
   INLINE GlobPattern(const GlobPattern &copy);
   INLINE GlobPattern(const GlobPattern &copy);