mirror of
https://github.com/badaix/snapcast.git
synced 2025-09-16 00:43:50 +08:00
move assign function into implementation
This commit is contained in:
@ -30,13 +30,6 @@ public:
|
||||
|
||||
protected:
|
||||
void initEncoder() override;
|
||||
|
||||
template <typename T>
|
||||
void assign(void* pointer, T val)
|
||||
{
|
||||
T* p = (T*)pointer;
|
||||
*p = val;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user