RT crashes when pasting nothing, fixes #3922

This commit is contained in:
heckflosse
2017-06-13 17:24:07 +02:00
parent a6cf24bc13
commit 014ff692c5
2 changed files with 0 additions and 18 deletions

View File

@@ -1435,15 +1435,11 @@ public:
PartialProfile (bool createInstance = false, bool paramsEditedValue = false);
PartialProfile (ProcParams* pp, ParamsEdited* pe = nullptr, bool fullCopy = false);
PartialProfile (const ProcParams* pp, const ParamsEdited* pe = nullptr);
~PartialProfile ();
void deleteInstance ();
void clearGeneral ();
int load (const Glib::ustring &fName);
void set (bool v);
const void applyTo (ProcParams *destParams) const ;
private:
bool ownsPparams;
bool ownsPedited;
};
/**