Skip to content

Commit

Permalink
Merge pull request Eyescale#113 from jafyvilla/master
Browse files Browse the repository at this point in the history
Fix cppcheck warning.
  • Loading branch information
eile committed Jul 24, 2014
2 parents c6f6ee9 + 9c8aa16 commit 412a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunchbox/uri.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace detail { class URI; }
*
* Example: @include tests/uri.cpp
*/
class URI
class URI : public boost::noncopyable
{
public:
typedef boost::unordered_map< std::string, std::string > KVMap;
Expand Down

0 comments on commit 412a3e8

Please sign in to comment.