bb3205e480
* 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>
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- builderFiles2.cpp.orig Mon Sep 30 11:07:34 2002
|
|
+++ builderFiles2.cpp Mon Sep 30 11:08:04 2002
|
|
@@ -177,6 +177,8 @@ public:
|
|
const XxFln f2n2
|
|
);
|
|
|
|
+ virtual ~XxParseDiffError() throw() { }
|
|
+
|
|
};
|
|
|
|
//------------------------------------------------------------------------------
|