[GIT] ppl/ppl(master): Removed spurious semicolon.

Module: ppl/ppl Branch: master Commit: f6ed02b5218888557099dfa1ea0aefee070a03c4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f6ed02b521888...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Sun Aug 1 14:37:00 2010 +0200
Removed spurious semicolon.
---
src/Interval_Restriction.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Interval_Restriction.defs.hh b/src/Interval_Restriction.defs.hh index 22a7d9e..b3dfc32 100644 --- a/src/Interval_Restriction.defs.hh +++ b/src/Interval_Restriction.defs.hh @@ -131,7 +131,7 @@ class Interval_Restriction_None : public Interval_Restriction_None_Base, public Base { public: Interval_Restriction_None() { - }; + } template <typename T> Interval_Restriction_None(const T& init) : Base(init) {
participants (1)
-
Abramo Bagnara