summaryrefslogtreecommitdiff
path: root/compiler/x86/nx86cnv.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/x86/nx86cnv.pas')
-rw-r--r--compiler/x86/nx86cnv.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/x86/nx86cnv.pas b/compiler/x86/nx86cnv.pas
index 2d679655cb..7884c5c803 100644
--- a/compiler/x86/nx86cnv.pas
+++ b/compiler/x86/nx86cnv.pas
@@ -30,7 +30,7 @@ interface
type
tx86typeconvnode = class(tcgtypeconvnode)
- protected
+ protected
function first_real_to_real : tnode;override;
{ procedure second_int_to_int;override; }
{ procedure second_string_to_string;override; }