David Rose 14 rokov pred
rodič
commit
a5dbe8ad61
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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();