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;