fix gcc warning

svn path=/branches/xmlbuildsystem/; revision=12848
This commit is contained in:
Royce Mitchell III 2005-01-06 03:52:12 +00:00
parent 199fca493d
commit 8e5e9a4925

View file

@ -18,6 +18,7 @@ public:
protected:
Factory ( const std::string& name_ );
virtual ~Factory() {}
virtual Backend* operator() ( Project& ) = 0;