]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/part.h
Style and comment updates
[libs/gltk.git] / source / part.h
index 10eef5ff2ac329e4214ab33c48092d97fb8690ee..1e79165fd4f02af21af122262de1ac7929cd411a 100644 (file)
@@ -24,6 +24,7 @@ public:
        {
        public:
                Loader(Part &, Resources &);
+
        private:
                void finish() override;
 
@@ -44,6 +45,7 @@ private:
 
 public:
        Part(const std::string &);
+
        const std::string &get_name() const { return name; }
        const Graphic *get_graphic(State) const;
        const Geometry &get_geometry() const { return geom; }