projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc0765
)
Compiler warning fix
author
Ingo Ruhnke
<grumbel@gmx.de>
Sat, 6 Mar 2010 19:50:47 +0000
(19:50 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sat, 6 Mar 2010 19:50:47 +0000
(19:50 +0000)
SVN-Revision: 6565
src/badguy/owl.hpp
patch
|
blob
|
history
diff --git
a/src/badguy/owl.hpp
b/src/badguy/owl.hpp
index
ae441b0
..
b880bf2
100644
(file)
--- a/
src/badguy/owl.hpp
+++ b/
src/badguy/owl.hpp
@@
-37,6
+37,10
@@
protected:
std::string carried_obj_name;
Portable *carried_object;
+
+private:
+ Owl(const Owl&);
+ Owl& operator=(const Owl&);
};
#endif /* HEADER_SUPERTUX_BADGUY_OWL_HPP */