]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/list.h
Style and comment updates
[libs/gltk.git] / source / list.h
index 0938eaf05ee162a59c8407a3d38b9e0765237177..72b5b8890668fdb0c31946c9e17632f7569a6528 100644 (file)
@@ -42,6 +42,7 @@ public:
        {
        public:
                Loader(List &);
+
        private:
                void item(const std::string &);
        };
@@ -128,8 +129,7 @@ private:
                const ListDataStore<ValueType> *data;
 
        public:
-               TypedItemFactory(const ListData &d)
-               { set_data(d); }
+               TypedItemFactory(const ListData &d) { set_data(d); }
 
                void set_data(const ListData &d) override
                {