Kaydet (Commit) f52f074a authored tarafından Noel Grandin's avatar Noel Grandin

fix kde4 build

after
    commit dbb1dbe7
	Date:   Mon Apr 23 15:23:08 2018 +0200
    loplugin:useuniqueptr in X11SalData

Change-Id: I6398fd79b9190654258d60628952aa89dcd5898c
üst eeefb8c4
...@@ -33,7 +33,7 @@ KDEData::~KDEData() ...@@ -33,7 +33,7 @@ KDEData::~KDEData()
void KDEData::Init() void KDEData::Init()
{ {
pXLib_ = new KDEXLib(); pXLib_.reset(new KDEXLib());
pXLib_->Init(); pXLib_->Init();
SetDisplay( SalKDEDisplay::self() ); SetDisplay( SalKDEDisplay::self() );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment