Skip to content

Commit

Permalink
Fix missing inline
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Aug 28, 2014
1 parent 4e75ce7 commit b924610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ struct expression_decomposer
return std::regex_search( line, std::regex( re ) );
}
#else
bool search( text part, text line )
inline bool search( text part, text line )
{
if ( part == "^\\*$" && "*" == line )
return true;
Expand Down

0 comments on commit b924610

Please sign in to comment.