From 9f173323a98c49d4dfd20ca7d649e03859c0b015 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 16 Oct 2000 09:27:09 +0000 Subject: [PATCH] bug fix due to Ralf W. Grosse-Kunstleve [SVN r7961] --- base_object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_object.h b/base_object.h index e9183178..231dead1 100644 --- a/base_object.h +++ b/base_object.h @@ -59,4 +59,4 @@ inline BaseObject::~BaseObject() } -#endif BASE_OBJECT_DWA051600_H_ +#endif // BASE_OBJECT_DWA051600_H_