]> Dogcows Code - chaz/yoink/blobdiff - src/TitleLayer.hh
house-keeping
[chaz/yoink] / src / TitleLayer.hh
index e3814b2cf22b82069ad10601a4a1d6a23bec9c43..887398816f5f6fc5e5a9f5946b6809066fa1a93e 100644 (file)
 class TitleLayer;
 typedef boost::shared_ptr<TitleLayer> TitleLayerP;
 
-struct TitleLayer : public Mf::Layer
+class TitleLayer : public Mf::Layer
 {
+public:
+
        static TitleLayerP alloc()
        {
                return TitleLayerP(new TitleLayer);
This page took 0.020697 seconds and 4 git commands to generate.