Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Compiler warning fix
SVN-Revision: 6565
  • Loading branch information
Ingo Ruhnke committed Mar 6, 2010
1 parent 7cc0765 commit 35f17b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/badguy/owl.hpp
Expand Up @@ -37,6 +37,10 @@ class Owl : public BadGuy

std::string carried_obj_name;
Portable *carried_object;

private:
Owl(const Owl&);
Owl& operator=(const Owl&);
};

#endif /* HEADER_SUPERTUX_BADGUY_OWL_HPP */
Expand Down

0 comments on commit 35f17b8

Please sign in to comment.