From 797896e002b8f6204d6f5c3f7a3f61a1c6698775 Mon Sep 17 00:00:00 2001 From: kuepper Date: Tue, 21 Aug 2007 14:44:41 +0000 Subject: [PATCH] Minor cleanup --- eo/src/eoFunctorStore.cpp | 1 - eo/src/eoFunctorStore.h | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eo/src/eoFunctorStore.cpp b/eo/src/eoFunctorStore.cpp index cb8d1a57..56f7b5d5 100644 --- a/eo/src/eoFunctorStore.cpp +++ b/eo/src/eoFunctorStore.cpp @@ -4,7 +4,6 @@ #endif #include -#include /// clears the memory diff --git a/eo/src/eoFunctorStore.h b/eo/src/eoFunctorStore.h index 02855b47..18e15ae4 100644 --- a/eo/src/eoFunctorStore.h +++ b/eo/src/eoFunctorStore.h @@ -59,11 +59,12 @@ public: private : - /// no copying allowed + /** no copying allowed */ eoFunctorStore(const eoFunctorStore&); - /// no copying allowed + /** no assignment allowed */ eoFunctorStore operator=(const eoFunctorStore&); + std::vector vec; };