mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Fixed a few minor warnings found by valgrind.
This commit is contained in:
parent
258b3eff81
commit
0fe89aa299
16 changed files with 335 additions and 285 deletions
|
|
@ -77,6 +77,7 @@ class CodeEditorComponent::CodeEditorLine
|
|||
{
|
||||
public:
|
||||
CodeEditorLine() throw()
|
||||
: highlightColumnStart (0), highlightColumnEnd (0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue