From ee6d52ec812ebe6c2c51819f3db80d98b2509c7d Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Mon, 30 Aug 2010 22:42:42 +0200 Subject: [PATCH] no ; at the end of the line --- eo/src/utils/eoParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoParam.h b/eo/src/utils/eoParam.h index 27ebd111..de1e11c2 100644 --- a/eo/src/utils/eoParam.h +++ b/eo/src/utils/eoParam.h @@ -67,7 +67,7 @@ public: /** * Virtual destructor is needed. */ - virtual ~eoParam () {}; + virtual ~eoParam () {} /** * Pure virtual function to get the value out.