Commit 8bf28a29 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

Fix missing 'const' keyword for containers methods

Functions modified in this patch do not modify the object so they should be
marked as const.

This fixes compilation on VS 2019.
parent d352b29f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment