From 4f33b26a65b201eaafa2da600ea9b43c6076fe4d Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 18 Feb 2019 17:52:34 +0200 Subject: [PATCH] try a fix --- amdpstateeditor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amdpstateeditor.h b/amdpstateeditor.h index a74adc0..2c827ba 100644 --- a/amdpstateeditor.h +++ b/amdpstateeditor.h @@ -26,8 +26,8 @@ public slots: private: Ui::amdPstateEditor *ui; - gputypes *types; - amd *amdptr; + //gputypes *types; + //amd *amdptr; }; #endif // AMDPSTATEEDITOR_H