X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fobjecttype.h;h=59bd879067d59a1fd8f95d319ee928f855a25968;hb=b860a56bd9bc8894311c02d7673f379beff3220b;hp=4102f944041ee95f231b9c9924889115e87565fa;hpb=92c6b7a632cb6f380802114abcb4739fd0029261;p=r2c2.git diff --git a/source/libr2c2/objecttype.h b/source/libr2c2/objecttype.h index 4102f94..59bd879 100644 --- a/source/libr2c2/objecttype.h +++ b/source/libr2c2/objecttype.h @@ -15,6 +15,9 @@ public: { public: Loader(ObjectType &); + + private: + void article_number(); }; protected: @@ -23,7 +26,7 @@ protected: std::string description; Shape *shape; - ObjectType(const ArticleNumber &); + ObjectType(); public: virtual ~ObjectType();