This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
pas2js
mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
* Add $M+ to TPersistent
michael
6 years ago
parent
7d58ca83c2
commit
fd996c12f9
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
packages/rtl/classes.pas
+ 2
- 0
packages/rtl/classes.pas
View File
@@ -183,6 +183,8 @@ type
end;
{ TPersistent }
+
+{$M+}
TPersistent = class(TObject)
private