mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 00:30:25 +02:00
gtk2: fixed compilation
git-svn-id: trunk@24696 -
This commit is contained in:
parent
2fd686685e
commit
7c7f08a8b9
@ -927,8 +927,8 @@ class function TGtk2WSCustomListView.ItemGetState(const ALV: TCustomListView;
|
||||
var
|
||||
Widgets: PTVWidgets;
|
||||
Path: PGtkTreePath;
|
||||
Column: PGtkTreeColumn;
|
||||
Cell: PGtkCellRendere;
|
||||
Column: PGtkTreeViewColumn;
|
||||
Cell: PGtkCellRenderer;
|
||||
begin
|
||||
Result := False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user