Skip to content

Commit

Permalink
fix warning with LLVM (Marshall Clow)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidai committed Oct 12, 2011
1 parent 74dc45f commit 49ebfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c5/factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ template <class AbstractClass>
class ObjectFactory
{
public:
virtual ~ObjectFactory () {}
virtual AbstractClass * CreateObject() const =0;
};

Expand Down

0 comments on commit 49ebfc0

Please sign in to comment.