From 84a0927c0ee4f4cd5ed2f032fe430e40f5c16c2a Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 19 Mar 2020 14:10:20 +0100 Subject: [PATCH] beautified --- src/common/QskAspect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 3fe7d096..5c021502 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -180,8 +180,8 @@ namespace QskAspect State state() const; State topState() const; - void addState( State state ); - void clearState( State state ); + void addState( State ); + void clearState( State ); void clearStates(); FlagPrimitive flagPrimitive() const;