Skip to content

Commit fb1ac60

Browse files
committed
Update on "[Fixup!] Some small minor manual const& fixes"
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D26873798](https://our.internmc.facebook.com/intern/diff/D26873798) [ghstack-poisoned]
2 parents 7cf0180 + 88728f7 commit fb1ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c10/core/Scalar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
namespace c10 {
1616

17-
struct Scalar;
17+
class Scalar;
1818
using ScalarList = ArrayRef<Scalar>;
1919

2020
/**

0 commit comments

Comments
 (0)