mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +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:
|
||||
|
||||
Factory ( const std::string& name_ );
|
||||
virtual ~Factory() {}
|
||||
|
||||
virtual Backend* operator() ( Project& ) = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue