Skip to content
Snippets Groups Projects
Commit 58318761 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

PixelGeoModel: Fix cppcheck warnings.

 - Disable copy ctors/assignment for some classes that manage memory.
 - Pass class instances via const reference, not by value.
 - Prefer using an initialization list to initializing members
   in a ctor body.
 - Prefer preincrement to postincrement for iterators.
 
parent 4bb61362
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 48 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment