Skip to content

Commit

Permalink
Use c++11 initialization. Use m_ for class member names. (libmythtv 2/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 d88d943 commit 1c2a6e3
Show file tree
Hide file tree
Showing 7 changed files with 1,418 additions and 1,446 deletions.

0 comments on commit 1c2a6e3

Please sign in to comment.