]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/loader.h
Move mspdatatool source to its own directory
[libs/datafile.git] / source / loader.h
index 9314ab3a8108e110e0dc3be39daf03511a4d8982..0c1dda2cc776db8d293b8696ba6e0e4739aab016 100644 (file)
@@ -43,14 +43,13 @@ See also classes BasicLoader and BasicLoader2.
 */
 class Loader
 {
-public:
+private:
        /**
-       Loads data from a statement.  This is normally only used by the Loader class
-       itself for loading sub-items, but needs to be public so it can be accessed
-       in derived objects.
+       Loads data from a statement.
        */
        void load(const Statement &st);
 
+public:
        /**
        Loads statements from a parser.
        */