JUCE 7.09 warning C4373: 'OtherLookAndFeel::drawLinearSlider'

I just downloaded latest version of JUCE 7.09, which includes latest compiled version of ProJucer. My previous fully working version was 7.06.

Now when I compile I get the following warning, and I would very much appreciate if anyone will tell what I need to do to fix it, thanks

1>C:\Users\dkdiv\Documents\JUCE\Mutineer\Source\PluginEditor.h(531,7): warning C4373: ‘OtherLookAndFeel::drawLinearSlider’: virtual function overrides ‘juce::LookAndFeel_V4::drawLinearSlider’, previous versions of the compiler did not override when parameters only differed by const/volatile qualifiers (compiling source file …..\Source\PluginProcessor.cpp)

1>C:\Program Files\JUCE\modules\juce_gui_basics\lookandfeel\juce_LookAndFeel_V4.h(202,10): message : see declaration of ‘juce::LookAndFeel_V4::drawLinearSlider’