]> Dogcows Code - chaz/yoink/blobdiff - src/deserializer.hh
new classes: resource, tilemap, animation
[chaz/yoink] / src / deserializer.hh
index e4248493eb09ec8b9e1a25c435d8f7e8a6dcd6e7..733ce3912f33652d20697bff046d357ba0e2581d 100644 (file)
@@ -61,9 +61,9 @@ public:
        serializable* pullNext();
        void pop();
 
-       struct parser_error : std::runtime_error
+       struct exception : std::runtime_error
        {
-               explicit parser_error(const std::string& what_arg) :
+               explicit exception(const std::string& what_arg) :
                        std::runtime_error(what_arg) {}
        };
 
This page took 0.017641 seconds and 4 git commands to generate.