]> Dogcows Code - chaz/yoink/blobdiff - src/serializer.hh
new classes: resource, tilemap, animation
[chaz/yoink] / src / serializer.hh
index 0690d6c020ef1cc4922e891f3b6b14db6ffdb7e5..8e61a622bc12e97feb4e68e95ab74e5881f6c2e5 100644 (file)
@@ -69,9 +69,9 @@ public:
 
        void flush();
 
-       struct generator_error : std::runtime_error
+       struct exception : std::runtime_error
        {
-               explicit generator_error(const std::string& what_arg) :
+               explicit exception(const std::string& what_arg) :
                        std::runtime_error(what_arg) {}
        };
 
This page took 0.0178 seconds and 4 git commands to generate.