mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
WIP: fixed the technology refactoring part
This commit is contained in:
@@ -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 ..
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user