From 329ac89916c7c3620db8cc85e251730a61b6b958 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 25 Jul 2008 14:10:04 +0000 Subject: [PATCH] Minor change. --- tool/CommandStates.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tool/CommandStates.h b/tool/CommandStates.h index d3e27ef4..e2a17aad 100644 --- a/tool/CommandStates.h +++ b/tool/CommandStates.h @@ -19,8 +19,6 @@ class CommandStates: string helpString() const; void execute(MasterDevice &, const StringVector &); - - protected: }; /****************************************************************************/