mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Minor fix.
This commit is contained in:
@@ -833,7 +833,7 @@ void AutoCompletePlugin::update( UICodeEditor* ) {
|
||||
}
|
||||
|
||||
void AutoCompletePlugin::drawSignatureHelp( UICodeEditor* editor, const Vector2f& startScroll,
|
||||
const Float& lineHeight, bool drawUp ) {
|
||||
const Float& /*lineHeight*/, bool drawUp ) {
|
||||
|
||||
TextDocument& doc = editor->getDocument();
|
||||
Primitives primitives;
|
||||
|
||||
Reference in New Issue
Block a user