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
289 B
Plaintext
12 lines
289 B
Plaintext
--- builderDirs2.cpp.orig Mon Sep 30 10:54:25 2002
|
|
+++ builderDirs2.cpp Mon Sep 30 10:55:01 2002
|
|
@@ -99,6 +99,8 @@ public:
|
|
const char* buf
|
|
);
|
|
|
|
+ virtual ~XxParseDiffError() throw() { }
|
|
+
|
|
};
|
|
|
|
/*==============================================================================
|