diff options
-rw-r--r-- | vcl/inc/vcl/salobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/salobj.hxx b/vcl/inc/vcl/salobj.hxx index 2b22cfe3eb7b..a63c13d1f9ec 100644 --- a/vcl/inc/vcl/salobj.hxx +++ b/vcl/inc/vcl/salobj.hxx @@ -71,7 +71,7 @@ public: virtual void SetBackground() = 0; virtual void SetBackground( SalColor nSalColor ) = 0; - virtual void SetForwardKey( BOOL bEnable ) {} + virtual void SetForwardKey( BOOL /*bEnable*/ ) {} virtual const SystemEnvData* GetSystemData() const = 0; |