Skip to content
Snippets Groups Projects
Commit 271f15d6 authored by Jan Möbius's avatar Jan Möbius
Browse files

Made pure virtual function virtual only

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7312 383ad7c9-94d9-4d36-a494-682f7c89f535
parent fce4ccde
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class ProcessInterface {
* This function is called when the user cancels a job.
* The returned name is the name of the job which has been canceled
*/
virtual void canceledJob (QString /*_job */) = 0;
virtual void canceledJob (QString /*_job */) {};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment