1
0
Fork 0
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:
Julian Storer 2010-04-15 20:51:51 +01:00
parent 258b3eff81
commit 0fe89aa299
16 changed files with 335 additions and 285 deletions

View file

@ -77,6 +77,7 @@ class CodeEditorComponent::CodeEditorLine
{
public:
CodeEditorLine() throw()
: highlightColumnStart (0), highlightColumnEnd (0)
{
}