Skip to content

Commit

Permalink
Use c++11 initialization. Use m_ for class member names. (libmythtv 5/7)
Browse files Browse the repository at this point in the history
Convert classes to use use the new c++11 brace initialization style.
Also update class member names (when needed) so that all member names
start with 'm_'.  This makes it easy to distinguish class members.
  • Loading branch information
linuxdude42 committed Mar 13, 2019
1 parent 092c9c5 commit 33103a0
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 796 deletions.

0 comments on commit 33103a0

Please sign in to comment.