]> Dogcows Code - chaz/yoink/blobdiff - src/deserializer.cc
new classes: resource, tilemap, animation
[chaz/yoink] / src / deserializer.cc
index abb6d01843ed0e8247fc6ce47d4cdb013a2f666e..4c3f8f2caab6a69cc049dc5e79affd8341c04cf6 100644 (file)
@@ -72,7 +72,7 @@ public:
        void throwError()
        {
                unsigned char* errorMsg = yajl_get_error(hand, 0, 0, 0);
-               deserializer::parser_error error((char*)errorMsg);
+               deserializer::exception error((char*)errorMsg);
                yajl_free_error(hand, errorMsg);
                throw error;
        }
This page took 0.018059 seconds and 4 git commands to generate.