mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: ClientArgs, use default for deconstructor
This commit is contained in:
parent
f376b049e4
commit
ee22c31f32
@ -8,10 +8,6 @@
|
||||
|
||||
namespace deskflow {
|
||||
|
||||
ClientArgs::~ClientArgs()
|
||||
{
|
||||
}
|
||||
|
||||
ClientArgs::ClientArgs()
|
||||
{
|
||||
m_classType = kClient;
|
||||
|
||||
@ -22,7 +22,7 @@ class ClientArgs : public ArgsBase
|
||||
public:
|
||||
ClientArgs();
|
||||
|
||||
~ClientArgs() override;
|
||||
~ClientArgs() override = default;
|
||||
|
||||
public:
|
||||
int m_yscroll = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user