소스 검색

* replaced "uses objpas;" with "{$mode objfpc}" in property example

Jonas Maebe 26 년 전
부모
커밋
2f3eddca3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref.tex

+ 1 - 1
docs/ref.tex

@@ -2057,7 +2057,7 @@ or write several properties with the same function. For this, the properties
 must have the same type.
 The following is an example of a property with an index:
 \begin{verbatim}
-uses objpas;
+{$mode objfpc}
 Type TPoint = Class(TObject)
        Private
        FX,FY : Longint;