mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
fix gcc warning
svn path=/branches/xmlbuildsystem/; revision=12848
This commit is contained in:
parent
199fca493d
commit
8e5e9a4925
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
Factory ( const std::string& name_ );
|
Factory ( const std::string& name_ );
|
||||||
|
virtual ~Factory() {}
|
||||||
|
|
||||||
virtual Backend* operator() ( Project& ) = 0;
|
virtual Backend* operator() ( Project& ) = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue