]> git.tdb.fi Git - libs/gui.git/commitdiff
core/error.h renamed to except.h
authorMikko Rasa <tdb@tdb.fi>
Thu, 4 Oct 2007 20:18:52 +0000 (20:18 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 4 Oct 2007 20:18:52 +0000 (20:18 +0000)
source/control.cpp
source/glwindow.cpp
source/window.cpp

index 8fa28482665a0e68df67a2ae39ff12789e39e451..9b9223fd9a5105d7854f0b81a45e7ee7133a3198 100644 (file)
@@ -5,7 +5,7 @@ Copyright © 2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
-#include <msp/core/error.h>
+#include <msp/core/except.h>
 #include "control.h"
 #include "inputdevice.h"
 
index 6657ea623bbbadf8cb5864546602bab1db2d2c97..303d542a28585ae2574b896ca6ea39fe38db1956 100644 (file)
@@ -6,7 +6,7 @@ Distributed under the LGPL
 */
 
 #include <vector>
-#include <msp/core/error.h>
+#include <msp/core/except.h>
 #include "glwindow.h"
 
 using namespace std;
index 3de9ba7f33894ba1c5c07d1f71a73d7faf1a51eb..fb8ea332ad4346aad712aee34ad0e1eb2a8ceed9 100644 (file)
@@ -8,7 +8,7 @@ Distributed under the LGPL
 #include <vector>
 #include <X11/Xatom.h>
 #include <X11/Xutil.h>
-#include <msp/core/error.h>
+#include <msp/core/except.h>
 #include "window.h"
 
 using namespace std;