aboutsummaryrefslogtreecommitdiffstats
path: root/apps/X11/VCL
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/VCL')
-rw-r--r--apps/X11/VCL/Makefile.am2
-rw-r--r--apps/X11/VCL/TCustomTreeView.h4
-rw-r--r--apps/X11/VCL/property4
3 files changed, 7 insertions, 3 deletions
diff --git a/apps/X11/VCL/Makefile.am b/apps/X11/VCL/Makefile.am
index 1a93246..2b60577 100644
--- a/apps/X11/VCL/Makefile.am
+++ b/apps/X11/VCL/Makefile.am
@@ -6,4 +6,4 @@ libVCL_a_SOURCES = TObject.cpp TPersistent.cpp TComponent.cpp \
TTreeView.cpp TCustomImageList.cpp TDragImageList.cpp \
TImageList.cpp
-CPPFLAGS += `gtk-config --cflags` -static
+AM_CPPFLAGS = `gtk-config --cflags` -static
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);
diff --git a/apps/X11/VCL/property b/apps/X11/VCL/property
index aee9eda..1c404bd 100644
--- a/apps/X11/VCL/property
+++ b/apps/X11/VCL/property
@@ -3,6 +3,10 @@
#include <iostream>
+using namespace std;
+//using std:ostream;
+//using std:istream;
+
template<class Context, class T> struct Property_index;
template<class Context, class T>