1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/xxdiff/files/patch-builderDirs2.cpp
Pete Fritchman d3dc8b1a83 Fix build on -current.
PR:		54075
Submitted by:	Georg-W. Koltermann <Georg.Koltermann@mscsoftware.com>
2003-08-17 16:53:21 +00:00

14 lines
283 B
C++

$FreeBSD$
--- builderDirs2.cpp.orig Mon Jun 30 17:32:25 2003
+++ builderDirs2.cpp Mon Jun 30 17:32:46 2003
@@ -94,6 +94,8 @@
const char* buf
);
+ ~XxParseDiffError() throw() { }
+
};
/*==============================================================================