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
293 B
Plaintext
12 lines
293 B
Plaintext
--- builderFiles3.cpp.orig Mon Sep 30 10:51:54 2002
|
|
+++ builderFiles3.cpp Mon Sep 30 10:52:34 2002
|
|
@@ -79,6 +79,8 @@ public:
|
|
const XxFln f3n2
|
|
);
|
|
|
|
+ virtual ~XxParseDiffError() throw() { }
|
|
+
|
|
};
|
|
|
|
//------------------------------------------------------------------------------
|