From 643c2cab823756c6ad7c42997b6588eff8a28db9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 8 Nov 2002 13:47:23 +0000 Subject: Simplify function declarations. --- src/bool-array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bool-array.h') diff --git a/src/bool-array.h b/src/bool-array.h index 6450723..01c0f08 100644 --- a/src/bool-array.h +++ b/src/bool-array.h @@ -39,10 +39,10 @@ public: Bool_Array (unsigned int s); /* Frees this object. */ - ~Bool_Array (void); + ~Bool_Array (); /* Resets all bits to zero. */ - void clear (void); + void clear (); /* Sets the specified bit to one. Returns its previous value (0 or 1). */ int set_bit (unsigned int index); -- cgit v1.2.1