]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/part.h
Style and comment updates
[libs/gltk.git] / source / part.h
index 35b8f7d52d820333f74d9f44a0aa23e26dfd313c..1e79165fd4f02af21af122262de1ac7929cd411a 100644 (file)
@@ -24,8 +24,10 @@ public:
        {
        public:
                Loader(Part &, Resources &);
-               ~Loader();
+
        private:
+               void finish() override;
+
                void graphic_normal(const std::string &);
                void graphic(State, const std::string &);
                void align(float, float);
@@ -43,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; }