summaryrefslogtreecommitdiff
path: root/include/vcl/jobdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/jobdata.hxx')
-rw-r--r--include/vcl/jobdata.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/vcl/jobdata.hxx b/include/vcl/jobdata.hxx
index f6fb94fccab2..94c164f89848 100644
--- a/include/vcl/jobdata.hxx
+++ b/include/vcl/jobdata.hxx
@@ -77,6 +77,12 @@ struct VCL_DLLPUBLIC JobData
static bool constructFromStreamBuffer( void* pData, int bytes, JobData& rJobData );
};
+bool operator==(const psp::JobData& rLeft, const psp::JobData& rRight);
+inline bool operator!=(const psp::JobData& rLeft, const psp::JobData& rRight)
+{
+ return !( rLeft == rRight );
+}
+
} // namespace