mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
chore: use lizardbyte-common in c++ (#5356)
Co-authored-by: Kishi <41839133+Kishi85@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace {
|
||||
const std::string max_uint_string {std::to_string(std::numeric_limits<unsigned int>::max())};
|
||||
|
||||
template<class T>
|
||||
struct DisplayDeviceConfigTest: testing::TestWithParam<T> {};
|
||||
struct DisplayDeviceConfigTest: BaseTest, testing::WithParamInterface<T> {};
|
||||
} // namespace
|
||||
|
||||
using ParseDeviceId = DisplayDeviceConfigTest<std::pair<std::string, std::string>>;
|
||||
|
||||
Reference in New Issue
Block a user