Browse Source

made into dll

Ken Martin 23 years ago
parent
commit
c0b293f21b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmRegularExpression.h

+ 1 - 1
Source/cmRegularExpression.h

@@ -176,7 +176,7 @@ const int NSUBEXP = 10;
  *      the line.  It would match "drepa qrepb" in "rep drepa qrepb".
  *
  */
-class cmRegularExpression 
+class CM_EXPORT cmRegularExpression 
 {
 public:
   /**