settings: Correct Linkage member impl location
This commit is contained in:
parent
b1716a9e14
commit
397333b2d5
2 changed files with 3 additions and 3 deletions
|
@ -52,4 +52,7 @@ const std::string& BasicSetting::GetLabel() const {
|
|||
return label;
|
||||
}
|
||||
|
||||
Linkage::Linkage(u32 initial_count) : count{initial_count} {}
|
||||
Linkage::~Linkage() = default;
|
||||
|
||||
} // namespace Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue