Skip to content

Commit 890a69c

Browse files
committed
fix & alignment (format) for DynamicArray () operator
1 parent cdfb57a commit 890a69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/Components/Pawn/Scripting/Types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ class ParamCast<DynamicArray<T> const&>
853853
ParamCast(ParamCast<DynamicArray<T> const&> const&) = delete;
854854
ParamCast(ParamCast<DynamicArray<T> const&>&&) = delete;
855855

856-
operator DynamicArray<T> const &()
856+
operator DynamicArray<T> const&()
857857
{
858858
return value_;
859859
}

0 commit comments

Comments
 (0)