aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/VCL/TCustomTreeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL/TCustomTreeView.h')
-rw-r--r--apps/X11/VCL/TCustomTreeView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/X11/VCL/TCustomTreeView.h b/apps/X11/VCL/TCustomTreeView.h
index 0b3c91d..a022326 100644
--- a/apps/X11/VCL/TCustomTreeView.h
+++ b/apps/X11/VCL/TCustomTreeView.h
@@ -36,8 +36,8 @@
class TTreeNodes;
class TCustomTreeView : public TWinControl {
-friend TTreeNodes;
-friend TTreeNode;
+friend class TTreeNodes;
+friend class TTreeNode;
protected:
void init(TComponent *AOwner);