X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Floader.h;h=0c1dda2cc776db8d293b8696ba6e0e4739aab016;hb=db9c49893c2a9475cb5efa4a53bc481a5f66231f;hp=9314ab3a8108e110e0dc3be39daf03511a4d8982;hpb=11ed2b907c9b031b57c3d4fc5491fdc3460303c9;p=libs%2Fdatafile.git diff --git a/source/loader.h b/source/loader.h index 9314ab3..0c1dda2 100644 --- a/source/loader.h +++ b/source/loader.h @@ -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. */