WIP: fixed the technology refactoring part

This commit is contained in:
Matthias Koefferlein
2018-06-15 00:59:38 +02:00
parent 10cfac3d42
commit 41cedf4b45
4 changed files with 14 additions and 18 deletions
-2
View File
@@ -106,14 +106,12 @@ private:
* @brief A base class for a technology component provider
*/
class LAYBASIC_PUBLIC TechnologyEditorProvider
: public tl::RegisteredClass<TechnologyEditorProvider>
{
public:
/**
* @brief The constructor
*/
TechnologyEditorProvider ()
: tl::RegisteredClass<TechnologyEditorProvider> (this)
{
// .. nothing yet ..
}