zertovitch / gwindows

GWindows: GUI framework for MS Windows
https://sf.net/projects/gnavi/
21 stars 5 forks source link

Fixed returning the incorrect vtbl pointer #5

Closed Patschkowski closed 3 years ago

Patschkowski commented 3 years ago

I ask myself why this was not spotted earlier.

zertovitch commented 3 years ago

Thx. Side note: AdaControl would suggest turning such a test into a positive form: if Data.Type_Information = null then ... else ... end if;