diff options
Diffstat (limited to 'meowpp/gra/WatchBall.h')
-rw-r--r-- | meowpp/gra/WatchBall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meowpp/gra/WatchBall.h b/meowpp/gra/WatchBall.h index 8bc99d0..3c73e2f 100644 --- a/meowpp/gra/WatchBall.h +++ b/meowpp/gra/WatchBall.h @@ -29,10 +29,10 @@ private: Myself() { } - + Myself(Myself const& b): cameras_(b.cameras_), offset_(b.offset_) { } - + ~Myself() { } }; @@ -247,6 +247,6 @@ public: } }; -} +} // meow #endif // gra_WatchBall_H__ |