]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Error.hh
refactoring needed for win32 crash
[chaz/yoink] / src / Moof / Error.hh
index 86b8a120bdb1b0635153a8a2190d0e3e1b13ad32..05c637705a96d77c91169803e41ae4b1b7f8f6fc 100644 (file)
@@ -90,6 +90,12 @@ public:
                return mCode != NONE;
        }
 
+       void reset() throw()
+       {
+               mCode = NONE;
+               mWhat[0] = '\0';
+       }
+
 private:
 
        unsigned        mCode;
This page took 0.019196 seconds and 4 git commands to generate.