Skip to content

Commit ab8b9d6

Browse files
committed
Move const prefix
1 parent be041cd commit ab8b9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Core/FFitWeights.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void FFitWeights::addArray(TObjArray* targ, TObjArray* sour)
111111
}
112112
};
113113

114-
void FFitWeights::qSelection(std::vector<int> const& nhv, std::vector<std::string> const& stv) /* only execute OFFLINE */
114+
void FFitWeights::qSelection(const std::vector<int>& nhv, const std::vector<std::string>& stv) /* only execute OFFLINE */
115115
{
116116
TObjArray* tar{nullptr};
117117

0 commit comments

Comments
 (0)