]> sigrok.org Git - libsigrok.git/commitdiff
C++: Make value get accessors const
authorDaniel Elstner <redacted>
Sun, 11 Oct 2015 11:57:42 +0000 (13:57 +0200)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 05:45:56 +0000 (06:45 +0100)
Declare accessor methods that return value members const. For now,
skip all cases where constness would have to be applied transitively
to shared objects.


No differences found