Browse Source

need expcl

David Rose 14 years ago
parent
commit
a5dbe8ad61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolutil/stringDecoder.h

+ 1 - 1
dtool/src/dtoolutil/stringDecoder.h

@@ -25,7 +25,7 @@
 //               a time.  This also serves as the plain old
 //               byte-at-a-time decoder.
 ////////////////////////////////////////////////////////////////////
-class StringDecoder {
+class EXPCL_DTOOL StringDecoder {
 public:
   INLINE StringDecoder(const string &input);
   virtual ~StringDecoder();