diff options
| author | Lioncash <mathew1800@gmail.com> | 2017-03-22 18:19:53 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2017-03-22 18:47:19 -0400 |
| commit | 46d74a7760e58ec36d59ab525ced11d884bcb267 (patch) | |
| tree | c44aa5541d793eeaf1b28fdc0c58b58acae069e0 /Source/Core/InputCommon/ControlReference | |
| parent | 99adc7338360eb5723b3325e5829b417e4d3cf08 (diff) | |
IniFile: Make Section's string constructor instances take strings by value
As the name is immediately stored into a class member, a move here is a
better choice.
This also moves the constructor implementations into the cpp file to
avoid an otherwise unnecessary inclusion in the header. This is also
likely a better choice as Section contains several non-trivial members,
so this would avoid potentially inlining a bunch of setup and teardown
code related to them as a side-benefit.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference')
0 files changed, 0 insertions, 0 deletions
