summaryrefslogtreecommitdiff
path: root/textproc/xxdiff/files/patch-exceptions.h
blob: 002255371cdf16c0d53d1f181cf60ee6ae9bfe8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$FreeBSD$

--- exceptions.h.orig	Mon Jun 30 17:27:19 2003
+++ exceptions.h	Mon Jun 30 17:29:00 2003
@@ -116,6 +116,8 @@
    // Returns true if this is a benine exception.
    bool isBenine() const;
 
+   ~XxUsageError() throw() { }
+
 private:
 
    /*----- data members -----*/
@@ -142,6 +144,7 @@
       const QString& msg = QString::null // use errno string only.
    );
 
+   ~XxIoError() throw() { }
 };
 
 /*==============================================================================
@@ -161,6 +164,8 @@
    XxInternalError( 
       XX_EXC_PARAMS_DECL(file,line)
    );
+
+   ~XxInternalError() throw() { }
 
 };