]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/error.cpp
Make this thing actually compile
[libs/core.git] / source / core / error.cpp
index 727fa215adf3989b9f37c52f7fecae8c9f577f34..defed2f599d2ca879895c91b03031a8a829cd94e 100644 (file)
@@ -5,7 +5,6 @@ Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 #include <sstream>
 Distributed under the LGPL
 */
 #include <sstream>
-#include "backtrace.h"
 #include "error.h"
 
 using namespace std;
 #include "error.h"
 
 using namespace std;
@@ -16,7 +15,7 @@ Exception::Exception(const string &w_):
        w(w_)
 {
 #ifdef WITH_EXCEPTION_BACKTRACE
        w(w_)
 {
 #ifdef WITH_EXCEPTION_BACKTRACE
-       bt=Backtrace::create();
+       bt=Debug::Backtrace::create();
 #endif
 }
 
 #endif
 }