]> sigrok.org Git - libsigrok.git/commitdiff
C++: Make most members private instead of protected
authorDaniel Elstner <redacted>
Sun, 11 Oct 2015 12:51:51 +0000 (14:51 +0200)
committerDaniel Elstner <redacted>
Mon, 26 Oct 2015 05:45:56 +0000 (06:45 +0100)
Use protected only for members which are actually needed by
sub-classes. Declare all the rest private.


No differences found