提交 7e4355bb 编写于 作者: J jp9000

this is probably C-style but I prefer it over vague anonymous namespaces, don't kill me please

上级 e563931e
......@@ -128,12 +128,9 @@ void BasicVideoData::LoadOther()
window->rendererList->SetSelection(sel);
}
namespace
static uint64_t append_uint32_t(uint64_t first, uint64_t second)
{
uint64_t append_uint32_t(uint64_t first, uint64_t second)
{
return (first << 32) | second;
}
return (first << 32) | second;
}
void BasicVideoData::LoadResolutionData()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册