Skip to content

Commit bd1b318

Browse files
committed
fix: Removing inline from RoundEx
1 parent f601f03 commit bd1b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/sbalazs/src/uweatherstations.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TWSThread = class(TWSThreadBase)
8484

8585
TWSThreadsWatcher = class(TWSThreadBase)
8686
private
87-
function RoundEx(x: Double): Double; inline;
87+
function RoundEx(x: Double): Double;
8888
function PascalRound(x: Double): Double;
8989
procedure CreateFinalList;
9090
protected

0 commit comments

Comments
 (0)