diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 09:50:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-05 09:50:59 +0100 |
commit | 915c4d8047fef8fc39730a8f7c77c43f1f1d8906 (patch) | |
tree | db3a28b21cd0864c3cae32612ec4e32f7efc680b | |
parent | d8d90dd4ff36002ac3c207ec7e5d6e84f18a5b49 (diff) |
silence this annoying warning
-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; |