From 3326759f0ba37ef88708d2ac85fb2c36efe35647 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 16 Dec 2009 21:41:33 +0000 Subject: [PATCH] Removed extra ; --- cpp/Testable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Testable.h b/cpp/Testable.h index bc5c290dc..6190df78d 100644 --- a/cpp/Testable.h +++ b/cpp/Testable.h @@ -24,7 +24,7 @@ namespace gtsam { class Testable { public: - virtual ~Testable() {}; + virtual ~Testable() {} /** * print