4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-08 01:29:34 +00:00
Eric Kilmer 566e4f6f8b
Pass resource by const pointer instead of value ()
* Pass resource by const pointer instead of value

Found/Suggested by LGTM:

This parameter of type resource is 128 bytes - consider passing a const
pointer/reference instead.

* Fix pepy

* resource by reference

* Change other iter* functions to be consistent pass by const reference
2020-04-06 10:48:33 -04:00
..