openbsd-ports/textproc/xxdiff/patches/patch-exceptions_h
naddy bb3205e480 * update to 2.9.1;
* make compile under gcc3.2;
* per-hunk ignore whitespace implemented;
* lines inserted for display purposes now has a cross-hatch pattern to make
  it more obvious;
* minor key binding changes for better interaction with most window managers.

From: Dan Weeks <danimal@danimal.org>
2002-10-16 13:23:41 +00:00

29 lines
568 B
Plaintext

--- exceptions.h.orig Mon Sep 30 10:33:26 2002
+++ exceptions.h Mon Sep 30 10:40:21 2002
@@ -118,6 +118,8 @@ public:
int helpMask = 0
);
+ virtual ~XxUsageError() throw() { }
+
};
@@ -138,6 +140,8 @@ public:
const QString& msg = QString::null // use errno string only.
);
+ virtual ~XxIoError() throw() { }
+
};
/*==============================================================================
@@ -158,6 +162,7 @@ public:
XX_EXC_PARAMS_DECL(file,line)
);
+ virtual ~XxInternalError() throw() { }
};