Skip to content

Commit

Permalink
fix clang compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eranpeer committed Feb 23, 2015
1 parent 09d239d commit de80748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fakeit/Prototype.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace fakeit {

template<typename R, typename... Args >
class Prototype;
struct Prototype;

template<typename R, typename... Args >
struct Prototype < R(Args...) > {
Expand Down

0 comments on commit de80748

Please sign in to comment.