From 196663b90d07f8753079902ecef708246e4d0b11 Mon Sep 17 00:00:00 2001 From: Richard Gallamore Date: Fri, 14 Jul 2017 01:45:43 +0000 Subject: * Fix qt option build * Changed OCTAVE USES to option helper PR: 220247 Submitted by: Iouri V. Ivliev (maintainer) Reported by: Jov Reviewed by: lifanov (mentor), matthew (mentor), matt Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11495 --- graphics/pfstools/files/patch-src-pfs-pfs.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'graphics/pfstools/files/patch-src-pfs-pfs.h') diff --git a/graphics/pfstools/files/patch-src-pfs-pfs.h b/graphics/pfstools/files/patch-src-pfs-pfs.h index 4a40523f84be..2003c7ad0c51 100644 --- a/graphics/pfstools/files/patch-src-pfs-pfs.h +++ b/graphics/pfstools/files/patch-src-pfs-pfs.h @@ -43,3 +43,12 @@ } ~Exception() {}; +@@ -590,7 +596,7 @@ namespace pfs + * + * @return text description of the cause for the exception + */ +- const char* getMessage() ++ const char* getMessage() const + { + return msg; + } -- cgit v1.2.3